Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: ash/drag_drop/drag_drop_controller.cc

Issue 351683002: Adds link disambiguation popup support to Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: first patch ready for review Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698