summaryrefslogtreecommitdiffstats
path: root/apps/shell/browser/shell_desktop_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shell/browser/shell_desktop_controller.cc')
-rw-r--r--apps/shell/browser/shell_desktop_controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shell/browser/shell_desktop_controller.cc b/apps/shell/browser/shell_desktop_controller.cc
index 396758f..61eef82 100644
--- a/apps/shell/browser/shell_desktop_controller.cc
+++ b/apps/shell/browser/shell_desktop_controller.cc
@@ -235,7 +235,7 @@ void ShellDesktopController::CreateRootWindow() {
// Set up basic pieces of ui::wm.
gfx::Size size = GetPrimaryDisplaySize();
if (size.IsEmpty())
- size = gfx::Size(800, 600);
+ size = gfx::Size(1366, 768);
host_.reset(aura::WindowTreeHost::Create(gfx::Rect(size)));
host_->InitHost();