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

Unified Diff: examples/wm_flow/app/app.cc

Issue 745743002: Makes views be initially hidden (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 6 years, 1 month 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: examples/wm_flow/app/app.cc
diff --git a/examples/wm_flow/app/app.cc b/examples/wm_flow/app/app.cc
index 6b9cfe529e0fb450dfab1d5cb47014881396f8a5..db648f59a83569a0f949eba7c516024bb42fb441 100644
--- a/examples/wm_flow/app/app.cc
+++ b/examples/wm_flow/app/app.cc
@@ -99,6 +99,7 @@ class WMFlowApp : public mojo::ApplicationDelegate,
bounds.width = root->bounds().width - 50;
bounds.height = root->bounds().height - 50;
embed->SetBounds(bounds);
+ embed->SetVisible(true);
scoped_ptr<mojo::ServiceProviderImpl> registry(
new mojo::ServiceProviderImpl);

Powered by Google App Engine
This is Rietveld 408576698