| Index: content/shell/browser/shell_platform_data_aura.cc
|
| diff --git a/content/shell/browser/shell_platform_data_aura.cc b/content/shell/browser/shell_platform_data_aura.cc
|
| index 3f6d703da7de393f9248d7dfece8d6f9ae2afbee..6ea8edbd742768d9c6696420567f03837d25491f 100644
|
| --- a/content/shell/browser/shell_platform_data_aura.cc
|
| +++ b/content/shell/browser/shell_platform_data_aura.cc
|
| @@ -83,7 +83,7 @@ void ShellPlatformDataAura::ShowWindow() {
|
| }
|
|
|
| void ShellPlatformDataAura::ResizeWindow(const gfx::Size& size) {
|
| - host_->SetBounds(gfx::Rect(size));
|
| + host_->SetBoundsInPixels(gfx::Rect(size));
|
| }
|
|
|
| } // namespace content
|
|
|