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

Unified Diff: ui/aura/window_delegate.h

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: ui/aura/window_delegate.h
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h
index 90e978a39c2e103900cb07dc9c04d2a536fec7da..99972efedcd9858b93ce3f5f286d930553569912 100644
--- a/ui/aura/window_delegate.h
+++ b/ui/aura/window_delegate.h
@@ -100,6 +100,10 @@ class AURA_EXPORT WindowDelegate : public ui::EventHandler {
// above returns true.
virtual void GetHitTestMask(gfx::Path* mask) const = 0;
+ virtual void OnLinkDisambiguationPopupRequested(
+ const gfx::Rect& target_rect,
+ const SkBitmap& zoomed_bitmap) = 0;
+
cpu_(ooo_6.6-7.5) 2014/07/20 01:50:44 are we missing the fwd declaration of SkBitmap her
luken 2014/07/21 18:01:29 Done.
protected:
virtual ~WindowDelegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698