| Index: sky/tools/tester/tester.cc
|
| diff --git a/sky/tools/tester/tester.cc b/sky/tools/tester/tester.cc
|
| index c71a6f7516079945de27b51f856f81f23e7ba4ee..099d3c65bbf7798b542ce6f5af09bf431dea6cc5 100644
|
| --- a/sky/tools/tester/tester.cc
|
| +++ b/sky/tools/tester/tester.cc
|
| @@ -72,6 +72,7 @@ class SkyTester : public mojo::ApplicationDelegate,
|
| root_->AddObserver(this);
|
|
|
| content_ = mojo::View::Create(view_manager_);
|
| + content_->SetVisible(true);
|
| content_->SetBounds(root_->bounds());
|
| root_->AddChild(content_);
|
|
|
|
|