chore: fix chromium-style errors in frame_subscriber
The chromium-style linter we run in the GN build was throwing errors about these issues.
This commit is contained in:
parent
99b4aac979
commit
3f40e93ba7
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ class FrameSubscriber : public content::WebContentsObserver {
|
|||
content::WebContents* web_contents,
|
||||
const FrameCaptureCallback& callback,
|
||||
bool only_dirty);
|
||||
~FrameSubscriber();
|
||||
~FrameSubscriber() override;
|
||||
|
||||
private:
|
||||
gfx::Rect GetDamageRect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue