| Index: examples/wm_flow/app/app.cc
|
| diff --git a/examples/wm_flow/app/app.cc b/examples/wm_flow/app/app.cc
|
| index 6b9cfe529e0fb450dfab1d5cb47014881396f8a5..db648f59a83569a0f949eba7c516024bb42fb441 100644
|
| --- a/examples/wm_flow/app/app.cc
|
| +++ b/examples/wm_flow/app/app.cc
|
| @@ -99,6 +99,7 @@ class WMFlowApp : public mojo::ApplicationDelegate,
|
| bounds.width = root->bounds().width - 50;
|
| bounds.height = root->bounds().height - 50;
|
| embed->SetBounds(bounds);
|
| + embed->SetVisible(true);
|
|
|
| scoped_ptr<mojo::ServiceProviderImpl> registry(
|
| new mojo::ServiceProviderImpl);
|
|
|