| Index: trunk/src/ui/views/widget/desktop_aura/desktop_screen_position_client.cc
|
| ===================================================================
|
| --- trunk/src/ui/views/widget/desktop_aura/desktop_screen_position_client.cc (revision 244032)
|
| +++ trunk/src/ui/views/widget/desktop_aura/desktop_screen_position_client.cc (working copy)
|
| @@ -89,7 +89,7 @@
|
| DesktopNativeWidgetAura* desktop_native_widget =
|
| DesktopNativeWidgetAura::ForWindow(window);
|
| if (desktop_native_widget) {
|
| - root->GetDispatcher()->host()->SetBounds(bounds);
|
| + root->GetDispatcher()->SetHostBounds(bounds);
|
| // Setting bounds of root resizes |window|.
|
| } else {
|
| window->SetBounds(bounds);
|
|
|