Chromium Code Reviews| Index: trunk/src/content/shell/browser/shell_aura.cc |
| =================================================================== |
| --- trunk/src/content/shell/browser/shell_aura.cc (revision 244032) |
| +++ trunk/src/content/shell/browser/shell_aura.cc (working copy) |
| @@ -147,7 +147,7 @@ |
| } |
| void ShellAuraPlatformData::ResizeWindow(int width, int height) { |
| - root_window_->host()->SetBounds(gfx::Rect(width, height)); |
| + root_window_->SetHostSize(gfx::Size(width, height)); |
| } |
| // static |