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

Unified Diff: sky/tools/debugger/debugger.cc

Issue 692693002: Make it possible to change the viewport size (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
Index: sky/tools/debugger/debugger.cc
diff --git a/sky/tools/debugger/debugger.cc b/sky/tools/debugger/debugger.cc
index e9a77a2f5cfafb4162e8fa96678c0b5913e8d7a2..82b0ea154f6d9d0c188006229cf73f46390f322e 100644
--- a/sky/tools/debugger/debugger.cc
+++ b/sky/tools/debugger/debugger.cc
@@ -65,6 +65,8 @@ class SkyDebugger : public mojo::ApplicationDelegate,
root_ = root;
root_->AddObserver(this);
+ window_manager_app_->SetViewportSize(gfx::Size(320, 640));
+
content_ = mojo::View::Create(view_manager_);
content_->SetBounds(root_->bounds());
root_->AddChild(content_);

Powered by Google App Engine
This is Rietveld 408576698