| 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 6fc2ae3f77a391ab90f61575c98674258276b4bc..3ccf09637fae8c376954fa95ecc6d5121b4ccb92 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -88,6 +88,7 @@ class CONTENT_EXPORT WebContentsViewAura
|
|
|
| // Overridden from aura::WindowDelegate:
|
| virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
| + virtual gfx::Size GetMaximumSize() const OVERRIDE;
|
| virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) OVERRIDE;
|
| virtual void OnFocus(aura::Window* old_focused_window) OVERRIDE;
|
|
|