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 { |