Index: mojo/services/native_viewport/native_viewport_x11.cc |
diff --git a/mojo/services/native_viewport/native_viewport_x11.cc b/mojo/services/native_viewport/native_viewport_x11.cc |
index 98a740a17fc887a3d7eb276ddd091593f97c3c06..a264814b5fd196994866c376aa0a5115c0c4c775 100644 |
--- a/mojo/services/native_viewport/native_viewport_x11.cc |
+++ b/mojo/services/native_viewport/native_viewport_x11.cc |
@@ -19,7 +19,7 @@ class NativeViewportX11 : public NativeViewport, |
public: |
NativeViewportX11(NativeViewportDelegate* delegate) |
: delegate_(delegate), |
- bounds_(10, 10, 500, 500) { |
+ bounds_(10, 10, 800, 600) { |
} |
virtual ~NativeViewportX11() { |