Index: content/shell/browser/shell_aura.cc |
diff --git a/content/shell/browser/shell_aura.cc b/content/shell/browser/shell_aura.cc |
index 0b72f9c0e53835add01e5c6c11fe1482565f3244..6493824e6154d23dba90905b9c5cf4aeef6a6d17 100644 |
--- a/content/shell/browser/shell_aura.cc |
+++ b/content/shell/browser/shell_aura.cc |
@@ -147,7 +147,7 @@ ShellAuraPlatformData::~ShellAuraPlatformData() { |
} |
void ShellAuraPlatformData::ResizeWindow(int width, int height) { |
- root_window_->SetHostSize(gfx::Size(width, height)); |
+ root_window_->host()->SetBounds(gfx::Rect(width, height)); |
} |
// static |