| Index: ui/views/widget/native_widget_aura.cc
|
| diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
|
| index 5d9ea439c05c56330f59bb95363fd2d263fbccb4..e19ae8cc0c80762b3610c1cb8329a05325842115 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -824,6 +824,10 @@ void NativeWidgetAura::GetHitTestMask(gfx::Path* mask) const {
|
| delegate_->GetHitTestMask(mask);
|
| }
|
|
|
| +void NativeWidgetAura::OnLinkDisambiguationPopupRequested(
|
| + const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) {
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // NativeWidgetAura, ui::EventHandler implementation:
|
|
|
|
|