| Index: content/browser/web_contents/aura/window_slider_unittest.cc
|
| diff --git a/content/browser/web_contents/aura/window_slider_unittest.cc b/content/browser/web_contents/aura/window_slider_unittest.cc
|
| index 390a00244bee02e91775e5f17b7c3e03a95a5463..a029dd8feb2fc2fbfdfa0a4cfe27cd050a7caadc 100644
|
| --- a/content/browser/web_contents/aura/window_slider_unittest.cc
|
| +++ b/content/browser/web_contents/aura/window_slider_unittest.cc
|
| @@ -38,7 +38,7 @@ void ChangeSliderOwnerDuringScrollCallback(scoped_ptr<aura::Window>* window,
|
| if (type != ui::ET_GESTURE_SCROLL_UPDATE)
|
| return;
|
| aura::Window* new_window = new aura::Window(NULL);
|
| - new_window->Init(aura::WINDOW_LAYER_TEXTURED);
|
| + new_window->Init(ui::LAYER_TEXTURED);
|
| new_window->Show();
|
| slider->ChangeOwner(new_window);
|
| (*window)->parent()->AddChild(new_window);
|
|
|