diff options
Diffstat (limited to 'remoting/host/desktop_resizer_linux.cc')
-rw-r--r-- | remoting/host/desktop_resizer_linux.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remoting/host/desktop_resizer_linux.cc b/remoting/host/desktop_resizer_linux.cc index df38cd4..f28c1c6 100644 --- a/remoting/host/desktop_resizer_linux.cc +++ b/remoting/host/desktop_resizer_linux.cc @@ -127,11 +127,11 @@ class DesktopResizerLinux : public DesktopResizer { virtual ~DesktopResizerLinux(); // DesktopResizer interface - virtual ScreenResolution GetCurrentResolution() OVERRIDE; + virtual ScreenResolution GetCurrentResolution() override; virtual std::list<ScreenResolution> GetSupportedResolutions( - const ScreenResolution& preferred) OVERRIDE; - virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE; - virtual void RestoreResolution(const ScreenResolution& original) OVERRIDE; + const ScreenResolution& preferred) override; + virtual void SetResolution(const ScreenResolution& resolution) override; + virtual void RestoreResolution(const ScreenResolution& original) override; private: // Create a mode, and attach it to the primary output. If the mode already |