Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / display / shared_display_edge_indicator.h
index d1900bc..5f8f6a0 100644 (file)
@@ -28,7 +28,7 @@ namespace ash {
 class ASH_EXPORT SharedDisplayEdgeIndicator : public gfx::AnimationDelegate {
  public:
   SharedDisplayEdgeIndicator();
-  virtual ~SharedDisplayEdgeIndicator();
+  ~SharedDisplayEdgeIndicator() override;
 
   // Shows/Hides the indicator window. The |src_bounds| is for the window on
   // the source display, and the |dst_bounds| is for the window on the other
@@ -37,7 +37,7 @@ class ASH_EXPORT SharedDisplayEdgeIndicator : public gfx::AnimationDelegate {
   void Hide();
 
   // gfx::AnimationDelegate overrides:
-  virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
+  void AnimationProgressed(const gfx::Animation* animation) override;
 
  private:
   // Used to show the displays' shared edge where a window can be moved across.