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

Unified Diff: ash/root_window_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/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 26b925c014c8f8c9669c7d060593dfa81f2aa7b0..6ca49e94cfbfc1895cff660baba66b689bca4823 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -256,6 +256,8 @@ class EmptyWindowDelegate : public aura::WindowDelegate {
return false;
}
virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
+ virtual void OnLinkDisambiguationPopupRequested(
+ const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) OVERRIDE {}
private:
DISALLOW_COPY_AND_ASSIGN(EmptyWindowDelegate);

Powered by Google App Engine
This is Rietveld 408576698