Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1130)

Unified Diff: mojo/services/native_viewport/native_viewport_win.cc

Issue 120503003: run aura_demo as a mojo app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/native_viewport/native_viewport_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/native_viewport/native_viewport_win.cc
diff --git a/mojo/services/native_viewport/native_viewport_win.cc b/mojo/services/native_viewport/native_viewport_win.cc
index 668a6ab696089816d1a1f7e4c462451183743ae2..4dee98124bae5c40aa59dddb96d4bfd6f6ee9920 100644
--- a/mojo/services/native_viewport/native_viewport_win.cc
+++ b/mojo/services/native_viewport/native_viewport_win.cc
@@ -30,7 +30,7 @@ class NativeViewportWin : public gfx::WindowImpl,
}
virtual void Init() OVERRIDE {
- gfx::WindowImpl::Init(NULL, gfx::Rect(10, 10, 500, 500));
+ gfx::WindowImpl::Init(NULL, gfx::Rect(10, 10, 800, 600));
ShowWindow(hwnd(), SW_SHOWNORMAL);
SetWindowText(hwnd(), L"native_viewport::NativeViewportWin!");
}
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/native_viewport/native_viewport_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698