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..f3d9a626696d46d9de6f0d2036007f34bc2586d8 100644 |
--- a/examples/nesting_app/nesting_app.cc |
+++ b/examples/nesting_app/nesting_app.cc |
@@ -69,6 +69,7 @@ class NestingApp |
bitmap_uploader_->SetColor(SK_ColorCYAN); |
nested_ = View::Create(view_manager); |
+ nested_->SetVisible(true); |
Elliot Glaysher
2014/11/20 20:34:37
If you're going to add SetVisible() calls to let p
sky
2014/11/20 20:51:30
I'm actually doing this more for animations. But p
|
root->AddChild(nested_); |
Rect rect; |
rect.x = rect.y = 20; |