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() {} |
}; |