| Index: ui/aura/event_filter_unittest.cc
|
| diff --git a/ui/aura/event_filter_unittest.cc b/ui/aura/event_filter_unittest.cc
|
| index c75c0d5019dbd522b77f4bb3ebfd62b040499616..9de88e64e5c2526bc89ab49bee64ebd41acd0f49 100644
|
| --- a/ui/aura/event_filter_unittest.cc
|
| +++ b/ui/aura/event_filter_unittest.cc
|
| @@ -68,7 +68,7 @@ class TestEventFilterWindowDelegate : public TestWindowDelegate {
|
| Window* CreateWindow(int id, Window* parent, WindowDelegate* delegate) {
|
| Window* window = new Window(delegate ? delegate : new TestWindowDelegate);
|
| window->set_id(id);
|
| - window->Init(ui::Layer::LAYER_HAS_TEXTURE);
|
| + window->Init(ui::Layer::LAYER_HAS_TEXTURE, Window::LAYER_INITIALLY_INVISIBLE);
|
| window->SetParent(parent);
|
| window->SetBounds(gfx::Rect(0, 0, 100, 100));
|
| window->Show();
|
| @@ -209,4 +209,3 @@ TEST_F(EventFilterTest, Basic) {
|
|
|
| } // namespace test
|
| } // namespace aura
|
| -
|
|
|