| Index: content/browser/web_contents/aura/image_window_delegate.h
|
| diff --git a/content/browser/web_contents/aura/image_window_delegate.h b/content/browser/web_contents/aura/image_window_delegate.h
|
| index d0f9b061918ae1aa5065fe7eef4adeebdc89db1a..fcd01e5a31910e4ecbf76c373c59f58ed22b6d05 100644
|
| --- a/content/browser/web_contents/aura/image_window_delegate.h
|
| +++ b/content/browser/web_contents/aura/image_window_delegate.h
|
| @@ -43,6 +43,8 @@ class CONTENT_EXPORT ImageWindowDelegate : public aura::WindowDelegate {
|
| virtual void OnWindowTargetVisibilityChanged(bool visible) OVERRIDE;
|
| virtual bool HasHitTestMask() const OVERRIDE;
|
| virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
| + virtual void OnLinkDisambiguationPopupRequested(
|
| + const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) OVERRIDE;
|
|
|
| protected:
|
| gfx::Image image_;
|
|
|