Index: ash/drag_drop/drag_drop_controller.cc |
diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc |
index 795265ba0e4a7e8c6b37a8e7be573f9bd55a154b..70bbd05ab0dca92c28ae721057fe4a42e54e3b15 100644 |
--- a/ash/drag_drop/drag_drop_controller.cc |
+++ b/ash/drag_drop/drag_drop_controller.cc |
@@ -87,7 +87,6 @@ class DragDropTrackerDelegate : public aura::WindowDelegate { |
void OnBoundsChanged(const gfx::Rect& old_bounds, |
const gfx::Rect& new_bounds) override {} |
- ui::TextInputClient* GetFocusedTextInputClient() override { return nullptr; } |
gfx::NativeCursor GetCursor(const gfx::Point& point) override { |
return gfx::kNullCursor; |
} |