Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / panels / panel_mouse_watcher_timer.cc
index 0572eda..774fb60 100644 (file)
 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;