Index: mandoline/ui/aura/screen_mojo.cc |
diff --git a/mandoline/ui/aura/screen_mojo.cc b/mandoline/ui/aura/screen_mojo.cc |
index 65cc23565be48e7c1964ad697afeeb5c6195f002..b15a68e7f2534ceb53c1c298e19254ce4bf21fa3 100644 |
--- a/mandoline/ui/aura/screen_mojo.cc |
+++ b/mandoline/ui/aura/screen_mojo.cc |
@@ -11,7 +11,9 @@ namespace mandoline { |
// static |
ScreenMojo* ScreenMojo::Create() { |
- return new ScreenMojo(gfx::Rect(0, 0, 800, 600)); |
+ // TODO(beng): this is bogus & should be derived from the native viewport's |
+ // client area. https://crbug.com/487340 |
+ return new ScreenMojo(gfx::Rect(1280, 800)); |
} |
ScreenMojo::~ScreenMojo() { |