Index: trunk/src/content/shell/browser/shell_views.cc |
=================================================================== |
--- trunk/src/content/shell/browser/shell_views.cc (revision 244032) |
+++ trunk/src/content/shell/browser/shell_views.cc (working copy) |
@@ -101,7 +101,8 @@ |
// Resizing a widget on chromeos doesn't automatically resize the root, need |
// to explicitly do that. |
#if defined(OS_CHROMEOS) |
- GetWidget()->GetNativeWindow()->GetDispatcher()->host()->SetBounds(bounds); |
+ GetWidget()->GetNativeWindow()->GetDispatcher()->SetHostSize( |
+ bounds.size()); |
#endif |
} |