| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| index c26ff96015ef923e8f93d3fda1f5c94ef63a4050..9942442ade24dcc7f9e11c5306f34a216e0afe0f 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -200,6 +200,9 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
| 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;
|
|
|
| // Overridden from ui::EventHandler:
|
| virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
|
|