| Index: ash/display/cursor_window_controller.cc
|
| diff --git a/ash/display/cursor_window_controller.cc b/ash/display/cursor_window_controller.cc
|
| index 11c2bf1c579b2b41e2d18a792f4e8b3574d66fb2..5f9ebed13eb29b23104332014aca9f0893e70ee3 100644
|
| --- a/ash/display/cursor_window_controller.cc
|
| +++ b/ash/display/cursor_window_controller.cc
|
| @@ -197,7 +197,7 @@ void CursorWindowController::SetContainer(aura::Window* container) {
|
| // Just creates a new one instead. crbug.com/384218.
|
| cursor_window_.reset(new aura::Window(delegate_.get()));
|
| cursor_window_->SetTransparent(true);
|
| - cursor_window_->Init(aura::WINDOW_LAYER_TEXTURED);
|
| + cursor_window_->Init(ui::LAYER_TEXTURED);
|
| cursor_window_->set_ignore_events(true);
|
| cursor_window_->set_owned_by_parent(false);
|
| // Call UpdateCursorImage() to figure out |cursor_window_|'s desired size.
|
|
|