| Index: mojo/examples/window_manager/window_manager.cc
|
| diff --git a/mojo/examples/window_manager/window_manager.cc b/mojo/examples/window_manager/window_manager.cc
|
| index e9a561e8cad658ee2a3910829beb53e3b4d71a01..a385873cbd58e1ad17417d55fe825d2e6599843d 100644
|
| --- a/mojo/examples/window_manager/window_manager.cc
|
| +++ b/mojo/examples/window_manager/window_manager.cc
|
| @@ -112,7 +112,7 @@ class WindowManager : public Application,
|
| void CreateWindow(const std::string& url) {
|
| ViewTreeNode* node = view_manager_->GetNodeById(parent_node_id_);
|
|
|
| - gfx::Rect bounds(50, 50, 200, 200);
|
| + gfx::Rect bounds(50, 50, 400, 400);
|
| if (!node->children().empty()) {
|
| gfx::Point position = node->children().back()->bounds().origin();
|
| position.Offset(50, 50);
|
|
|