| Index: content/browser/web_contents/web_contents_view_aura.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
| index a18411e141c9e830723343dfa1dae2df364892b2..46cd6e9946b3053104ee1fdd8f166c39811b5d24 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -502,6 +502,10 @@ gfx::Size WebContentsViewAura::GetMinimumSize() const {
|
| return gfx::Size();
|
| }
|
|
|
| +gfx::Size WebContentsViewAura::GetMaximumSize() const {
|
| + return gfx::Size();
|
| +}
|
| +
|
| void WebContentsViewAura::OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) {
|
| SizeChangedCommon(new_bounds.size());
|
|
|