| Index: extensions/shell/browser/shell_desktop_controller_aura.cc
|
| diff --git a/extensions/shell/browser/shell_desktop_controller_aura.cc b/extensions/shell/browser/shell_desktop_controller_aura.cc
|
| index 2583a4011e3472cb4ecab6bf4b9ed3fb5008ea2e..c419215f2d3173a2bf01fb875b603103d867f4da 100644
|
| --- a/extensions/shell/browser/shell_desktop_controller_aura.cc
|
| +++ b/extensions/shell/browser/shell_desktop_controller_aura.cc
|
| @@ -259,7 +259,7 @@ void ShellDesktopControllerAura::OnDisplayModeChanged(
|
| const ui::DisplayConfigurator::DisplayStateList& displays) {
|
| gfx::Size size = GetPrimaryDisplaySize();
|
| if (!size.IsEmpty())
|
| - host_->UpdateRootWindowSize(size);
|
| + host_->UpdateRootWindowSizeInPixels(size);
|
| }
|
| #endif
|
|
|
|
|