| Index: content/browser/web_contents/web_contents_view_aura.h
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
|
| index 64b1b5f367af2c4963ce371b9aee19811ffbee78..c66223516eae3b1db529d0727f7f54b4e62ce22c 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -150,6 +150,7 @@ class CONTENT_EXPORT WebContentsViewAura
|
| // Overridden from aura::WindowDelegate:
|
| virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
| virtual gfx::Size GetMaximumSize() const OVERRIDE;
|
| + virtual void SetHostTransitionBounds(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) OVERRIDE;
|
| virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
|
| @@ -163,6 +164,7 @@ class CONTENT_EXPORT WebContentsViewAura
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual void OnWindowDestroying() OVERRIDE;
|
| virtual void OnWindowDestroyed() OVERRIDE;
|
| + virtual void OnWindowHidingAnimationCompleted() OVERRIDE;
|
| virtual void OnWindowTargetVisibilityChanged(bool visible) OVERRIDE;
|
| virtual bool HasHitTestMask() const OVERRIDE;
|
| virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
|
|