diff options
Diffstat (limited to 'remoting/host/fake_desktop_capturer.h')
-rw-r--r-- | remoting/host/fake_desktop_capturer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/fake_desktop_capturer.h b/remoting/host/fake_desktop_capturer.h index b7dbc74..c8468c8 100644 --- a/remoting/host/fake_desktop_capturer.h +++ b/remoting/host/fake_desktop_capturer.h @@ -34,8 +34,8 @@ class FakeDesktopCapturer : public webrtc::DesktopCapturer { void set_frame_generator(const FrameGenerator& frame_generator); // webrtc::DesktopCapturer interface. - virtual void Start(Callback* callback) OVERRIDE; - virtual void Capture(const webrtc::DesktopRegion& rect) OVERRIDE; + virtual void Start(Callback* callback) override; + virtual void Capture(const webrtc::DesktopRegion& rect) override; private: FrameGenerator frame_generator_; |