| Index: content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
| diff --git a/content/browser/web_contents/aura/overscroll_navigation_overlay.h b/content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
| index 68a60a2c025e5eed901c23e01926d5acb5ec2cef..32b8819c89f8bd1f7ee73ebf442fecdfe170936c 100644
|
| --- a/content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
| +++ b/content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
| @@ -83,7 +83,8 @@ class CONTENT_EXPORT OverscrollNavigationOverlay
|
| // Overridden from WindowSlider::Delegate:
|
| virtual ui::Layer* CreateBackLayer() OVERRIDE;
|
| virtual ui::Layer* CreateFrontLayer() OVERRIDE;
|
| - virtual void OnWindowSlideComplete() OVERRIDE;
|
| + virtual void OnWindowSlideCompleting() OVERRIDE;
|
| + virtual void OnWindowSlideCompleted() OVERRIDE;
|
| virtual void OnWindowSlideAborted() OVERRIDE;
|
| virtual void OnWindowSliderDestroyed() OVERRIDE;
|
|
|
|
|