Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / web_contents / aura / overscroll_navigation_overlay.h
index ccef1bf..d65d374 100644 (file)
@@ -29,7 +29,7 @@ class CONTENT_EXPORT OverscrollNavigationOverlay
       public WindowSlider::Delegate {
  public:
   explicit OverscrollNavigationOverlay(WebContentsImpl* web_contents);
-  virtual ~OverscrollNavigationOverlay();
+  ~OverscrollNavigationOverlay() override;
 
   bool has_window() const { return !!window_.get(); }
 
@@ -77,16 +77,16 @@ class CONTENT_EXPORT OverscrollNavigationOverlay
   ui::Layer* CreateSlideLayer(int offset);
 
   // Overridden from WindowSlider::Delegate:
-  virtual ui::Layer* CreateBackLayer() OVERRIDE;
-  virtual ui::Layer* CreateFrontLayer() OVERRIDE;
-  virtual void OnWindowSlideCompleting() OVERRIDE;
-  virtual void OnWindowSlideCompleted(scoped_ptr<ui::Layer> layer) OVERRIDE;
-  virtual void OnWindowSlideAborted() OVERRIDE;
-  virtual void OnWindowSliderDestroyed() OVERRIDE;
+  ui::Layer* CreateBackLayer() override;
+  ui::Layer* CreateFrontLayer() override;
+  void OnWindowSlideCompleting() override;
+  void OnWindowSlideCompleted(scoped_ptr<ui::Layer> layer) override;
+  void OnWindowSlideAborted() override;
+  void OnWindowSliderDestroyed() override;
 
   // Overridden from WebContentsObserver:
-  virtual void DidFirstVisuallyNonEmptyPaint() OVERRIDE;
-  virtual void DidStopLoading(RenderViewHost* host) OVERRIDE;
+  void DidFirstVisuallyNonEmptyPaint() override;
+  void DidStopLoading(RenderViewHost* host) override;
 
   // The WebContents which is being navigated.
   WebContentsImpl* web_contents_;