chore: fix lint
This commit is contained in:
parent
59432fe30a
commit
54cc68dd7a
7 changed files with 21 additions and 15 deletions
|
@ -144,7 +144,8 @@ class ElectronDelegatedFrameHostClient
|
|||
return *view_->GetBackgroundColor();
|
||||
}
|
||||
|
||||
void OnFrameTokenChanged(uint32_t frame_token, base::TimeTicks activation_time) override {
|
||||
void OnFrameTokenChanged(uint32_t frame_token,
|
||||
base::TimeTicks activation_time) override {
|
||||
view_->render_widget_host()->DidProcessFrame(frame_token, activation_time);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue