| 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 3934f458a50ee49b86891b38688d1959390760bc..d3cdaea3b721c03b036921633c7824078fd0aca0 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -797,6 +797,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());
|
|
|