X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fviews%2Fwidget%2Fdesktop_aura%2Fx11_desktop_handler.h;h=c704bbaecfec917aec2f9126a14a69834260a463;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=e97b68af60df3201c5c35e8edefa8efe3427734f;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/views/widget/desktop_aura/x11_desktop_handler.h b/src/ui/views/widget/desktop_aura/x11_desktop_handler.h index e97b68a..c704bba 100644 --- a/src/ui/views/widget/desktop_aura/x11_desktop_handler.h +++ b/src/ui/views/widget/desktop_aura/x11_desktop_handler.h @@ -57,12 +57,12 @@ class VIEWS_EXPORT X11DesktopHandler : public ui::PlatformEventDispatcher, void ProcessXEvent(XEvent* event); // ui::PlatformEventDispatcher - virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE; - virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE; + bool CanDispatchEvent(const ui::PlatformEvent& event) override; + uint32_t DispatchEvent(const ui::PlatformEvent& event) override; // Overridden from aura::EnvObserver: - virtual void OnWindowInitialized(aura::Window* window) OVERRIDE; - virtual void OnWillDestroyEnv() OVERRIDE; + void OnWindowInitialized(aura::Window* window) override; + void OnWillDestroyEnv() override; private: enum ActiveState { @@ -71,7 +71,7 @@ class VIEWS_EXPORT X11DesktopHandler : public ui::PlatformEventDispatcher, }; X11DesktopHandler(); - virtual ~X11DesktopHandler(); + ~X11DesktopHandler() override; // Handles changes in activation. void OnActiveWindowChanged(::Window window, ActiveState active_state);