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

Unified Diff: examples/nesting_app/nesting_app.cc

Issue 745743002: Makes views be initially hidden (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: feedback 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
« no previous file with comments | « examples/media_viewer/media_viewer.cc ('k') | examples/window_manager/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/nesting_app/nesting_app.cc
diff --git a/examples/nesting_app/nesting_app.cc b/examples/nesting_app/nesting_app.cc
index 72609176063eeab418093e36ff8b05da055c43b7..48ff58dca8b817277ff26233a32196d57736dbf9 100644
--- a/examples/nesting_app/nesting_app.cc
+++ b/examples/nesting_app/nesting_app.cc
@@ -74,6 +74,7 @@ class NestingApp
rect.x = rect.y = 20;
rect.width = rect.height = 50;
nested_->SetBounds(rect);
+ nested_->SetVisible(true);
nested_->Embed(kEmbeddedAppURL);
}
virtual void OnViewManagerDisconnected(ViewManager* view_manager) override {
« no previous file with comments | « examples/media_viewer/media_viewer.cc ('k') | examples/window_manager/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698