Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / aura / test / event_generator_delegate_aura.h
index 5d37538..7cc7f2f 100644 (file)
@@ -23,7 +23,7 @@ void InitializeAuraEventGeneratorDelegate();
 class EventGeneratorDelegateAura : public ui::test::EventGeneratorDelegate {
  public:
   EventGeneratorDelegateAura();
-  virtual ~EventGeneratorDelegateAura();
+  ~EventGeneratorDelegateAura() override;
 
   // Returns the host for given point.
   virtual WindowTreeHost* GetHostAt(const gfx::Point& point) const = 0;
@@ -35,17 +35,16 @@ class EventGeneratorDelegateAura : public ui::test::EventGeneratorDelegate {
       const aura::Window* window) const = 0;
 
   // Overridden from ui::test::EventGeneratorDelegate:
-  virtual ui::EventTarget* GetTargetAt(const gfx::Point& location) OVERRIDE;
-  virtual ui::EventSource* GetEventSource(ui::EventTarget* target) OVERRIDE;
-  virtual gfx::Point CenterOfTarget(
-      const ui::EventTarget* target) const OVERRIDE;
-  virtual gfx::Point CenterOfWindow(gfx::NativeWindow window) const OVERRIDE;
-  virtual void ConvertPointFromTarget(const ui::EventTarget* target,
-                                      gfx::Point* point) const OVERRIDE;
-  virtual void ConvertPointToTarget(const ui::EventTarget* target,
-                                    gfx::Point* point) const OVERRIDE;
-  virtual void ConvertPointFromHost(const ui::EventTarget* hosted_target,
-                                    gfx::Point* point) const OVERRIDE;
+  ui::EventTarget* GetTargetAt(const gfx::Point& location) override;
+  ui::EventSource* GetEventSource(ui::EventTarget* target) override;
+  gfx::Point CenterOfTarget(const ui::EventTarget* target) const override;
+  gfx::Point CenterOfWindow(gfx::NativeWindow window) const override;
+  void ConvertPointFromTarget(const ui::EventTarget* target,
+                              gfx::Point* point) const override;
+  void ConvertPointToTarget(const ui::EventTarget* target,
+                            gfx::Point* point) const override;
+  void ConvertPointFromHost(const ui::EventTarget* hosted_target,
+                            gfx::Point* point) const override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(EventGeneratorDelegateAura);