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 2ff526fe7681f6452321be3ff29e974547d38d28..c3b5e0ca106e66e5d3add6e3f828c5cb08479687 100644 |
--- a/ash/drag_drop/drag_drop_controller.cc |
+++ b/ash/drag_drop/drag_drop_controller.cc |
@@ -120,6 +120,8 @@ class DragDropTrackerDelegate : public aura::WindowDelegate { |
virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE { |
DCHECK(mask->isEmpty()); |
} |
+ virtual void OnLinkDisambiguationPopupRequested( |
+ const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) OVERRIDE {} |
private: |
DragDropController* drag_drop_controller_; |