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:
Jeremy Apthorp 2018-06-20 12:51:36 -07:00
parent 99b4aac979
commit 3f40e93ba7
2 changed files with 2 additions and 2 deletions

View file

@ -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();