| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 95601ab524e71a2c625151e8eb0c1f93cbbfac1a..7b251ef732fbdb0c8103995147baa9ff104b877f 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -216,6 +216,7 @@ class RenderWidgetHostViewAura
|
| // 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;
|
| @@ -229,6 +230,7 @@ class RenderWidgetHostViewAura
|
| 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;
|
|
|