parent
4e02d9407a
commit
f51f427646
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ class ElectronDelegatedFrameHostClient
|
||||||
return *view_->GetBackgroundColor();
|
return *view_->GetBackgroundColor();
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnFrameTokenChanged(uint32_t frame_token) override {
|
void OnFrameTokenChanged(uint32_t frame_token, base::TimeTicks activation_time) override {
|
||||||
view_->render_widget_host()->DidProcessFrame(frame_token);
|
view_->render_widget_host()->DidProcessFrame(frame_token, activation_time);
|
||||||
}
|
}
|
||||||
|
|
||||||
float GetDeviceScaleFactor() const override {
|
float GetDeviceScaleFactor() const override {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue