| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 26b925c014c8f8c9669c7d060593dfa81f2aa7b0..6ca49e94cfbfc1895cff660baba66b689bca4823 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -256,6 +256,8 @@ class EmptyWindowDelegate : public aura::WindowDelegate {
|
| return false;
|
| }
|
| virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
|
| + virtual void OnLinkDisambiguationPopupRequested(
|
| + const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) OVERRIDE {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(EmptyWindowDelegate);
|
|
|