X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fui%2Fpanels%2Fpanel_mouse_watcher_timer.cc;h=774fb60b370df6d8065102a012507e16284eb295;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=0572eda893c3d477eb5c8d712f74d69c5f78ccaa;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/ui/panels/panel_mouse_watcher_timer.cc b/src/chrome/browser/ui/panels/panel_mouse_watcher_timer.cc index 0572eda..774fb60 100644 --- a/src/chrome/browser/ui/panels/panel_mouse_watcher_timer.cc +++ b/src/chrome/browser/ui/panels/panel_mouse_watcher_timer.cc @@ -12,13 +12,13 @@ class PanelMouseWatcherTimer : public PanelMouseWatcher { public: PanelMouseWatcherTimer(); - virtual ~PanelMouseWatcherTimer(); + ~PanelMouseWatcherTimer() override; private: - virtual void Start() OVERRIDE; - virtual void Stop() OVERRIDE; - virtual bool IsActive() const OVERRIDE; - virtual gfx::Point GetMousePosition() const OVERRIDE; + void Start() override; + void Stop() override; + bool IsActive() const override; + gfx::Point GetMousePosition() const override; // Specifies the rate at which we want to sample the mouse position. static const int kMousePollingIntervalMs = 250;