| Index: ash/wm/compact_layout_manager_unittest.cc
|
| diff --git a/ash/wm/compact_layout_manager_unittest.cc b/ash/wm/compact_layout_manager_unittest.cc
|
| index 46d596ef48431a02a6c5f574e0feb701b3f31ba0..8ec2decea66cc7126fa95ea4c178487162919c0c 100644
|
| --- a/ash/wm/compact_layout_manager_unittest.cc
|
| +++ b/ash/wm/compact_layout_manager_unittest.cc
|
| @@ -35,7 +35,7 @@ class CompactLayoutManagerTest : 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::CompactLayoutManager();
|
| container_->SetLayoutManager(layout_manager_);
|
|
|