chore: wire up activation_time in OSR
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2638372
This commit is contained in:
parent
4e02d9407a
commit
f51f427646
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue