| Index: sky/tools/tester/tester.cc
|
| diff --git a/sky/tools/tester/tester.cc b/sky/tools/tester/tester.cc
|
| index c71a6f7516079945de27b51f856f81f23e7ba4ee..baf69c29650daab5aa60c90fa19469c1fb311242 100644
|
| --- a/sky/tools/tester/tester.cc
|
| +++ b/sky/tools/tester/tester.cc
|
| @@ -74,6 +74,7 @@ class SkyTester : public mojo::ApplicationDelegate,
|
| content_ = mojo::View::Create(view_manager_);
|
| content_->SetBounds(root_->bounds());
|
| root_->AddChild(content_);
|
| + content_->SetVisible(true);
|
|
|
| std::cout << "#READY\n";
|
| std::cout.flush();
|
|
|