| Index: ash/wm/toplevel_layout_manager_unittest.cc
|
| diff --git a/ash/wm/toplevel_layout_manager_unittest.cc b/ash/wm/toplevel_layout_manager_unittest.cc
|
| index abbbb2bca651ada4e3a8d97453e8da52fdc7badd..e50dc4d3149899bb9ed4a01a1bce1f453a85f1f3 100644
|
| --- a/ash/wm/toplevel_layout_manager_unittest.cc
|
| +++ b/ash/wm/toplevel_layout_manager_unittest.cc
|
| @@ -35,7 +35,7 @@ class ToplevelLayoutManagerTest : public aura::test::AuraTestBase {
|
| gfx::Insets(1, 2, 3, 4));
|
| aura::RootWindow::GetInstance()->SetHostSize(gfx::Size(800, 600));
|
| container_.reset(new aura::Window(NULL));
|
| - container_->Init(ui::Layer::LAYER_HAS_NO_TEXTURE);
|
| + container_->Init(ui::Layer::LAYER_NOT_DRAWN);
|
| container_->SetBounds(gfx::Rect(0, 0, 500, 500));
|
| layout_manager_ = new internal::ToplevelLayoutManager();
|
| container_->SetLayoutManager(layout_manager_);
|
|
|