Index: apps/shell/browser/shell_desktop_controller.cc |
diff --git a/apps/shell/browser/shell_desktop_controller.cc b/apps/shell/browser/shell_desktop_controller.cc |
index 2db85b792b12225ceeab2e7037ebd9fe48b382b2..ec8450e4d313cf6c86e56e98be7551ded1877a75 100644 |
--- a/apps/shell/browser/shell_desktop_controller.cc |
+++ b/apps/shell/browser/shell_desktop_controller.cc |
@@ -232,7 +232,7 @@ void ShellDesktopController::CreateRootWindow() { |
// Set up basic pieces of ui::wm. |
gfx::Size size = GetPrimaryDisplaySize(); |
if (size.IsEmpty()) |
- size = gfx::Size(1366, 768); |
+ size = gfx::Size(1280, 720); |
host_.reset(aura::WindowTreeHost::Create(gfx::Rect(size))); |
host_->InitHost(); |