| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 920112319ded32fd636f541593b90c2e240ab3bc..2ca8f6d31201360bcc1d73182d014a3dbb83f5ca 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -623,10 +623,6 @@ void Window::MoveCursorTo(const gfx::Point& point_in_window) {
|
| root_window->GetHost()->MoveCursorTo(point_in_root);
|
| }
|
|
|
| -gfx::NativeCursor Window::GetCursor(const gfx::Point& point) const {
|
| - return delegate_ ? delegate_->GetCursor(point) : gfx::kNullCursor;
|
| -}
|
| -
|
| void Window::SetEventFilter(ui::EventHandler* event_filter) {
|
| if (event_filter_)
|
| RemovePreTargetHandler(event_filter_.get());
|
|
|