Index: ui/aura/desktop.cc |
=================================================================== |
--- ui/aura/desktop.cc (revision 101422) |
+++ ui/aura/desktop.cc (working copy) |
@@ -18,7 +18,7 @@ |
Desktop* Desktop::instance_ = NULL; |
Desktop::Desktop() |
- : host_(aura::DesktopHost::Create(gfx::Rect(200, 200, 1024, 768))), |
+ : host_(aura::DesktopHost::Create(gfx::Rect(200, 200, 1280, 1024))), |
ALLOW_THIS_IN_INITIALIZER_LIST(schedule_paint_(this)) { |
DCHECK(MessageLoopForUI::current()) |
<< "The UI message loop must be initialized first."; |