mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: wire up activation_time in OSR
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2638372
This commit is contained in:
@@ -144,8 +144,8 @@ class ElectronDelegatedFrameHostClient
|
||||
return *view_->GetBackgroundColor();
|
||||
}
|
||||
|
||||
void OnFrameTokenChanged(uint32_t frame_token) override {
|
||||
view_->render_widget_host()->DidProcessFrame(frame_token);
|
||||
void OnFrameTokenChanged(uint32_t frame_token, base::TimeTicks activation_time) override {
|
||||
view_->render_widget_host()->DidProcessFrame(frame_token, activation_time);
|
||||
}
|
||||
|
||||
float GetDeviceScaleFactor() const override {
|
||||
|
||||
Reference in New Issue
Block a user