| Index: content/public/browser/web_contents_view_delegate.h
|
| diff --git a/content/public/browser/web_contents_view_delegate.h b/content/public/browser/web_contents_view_delegate.h
|
| index fa41b9a69ee645d53b9a90ace7316504fbedafd4..0b4b3c33f57b48791aff7a57cda5f68e440b1839 100644
|
| --- a/content/public/browser/web_contents_view_delegate.h
|
| +++ b/content/public/browser/web_contents_view_delegate.h
|
| @@ -55,7 +55,7 @@ class CONTENT_EXPORT WebContentsViewDelegate {
|
| virtual void TakeFocus(bool reverse);
|
| virtual void SizeChanged(const gfx::Size& size);
|
|
|
| -#if defined(TOOLKIT_VIEWS)
|
| +#if defined(TOOLKIT_VIEWS) || defined(USE_AURA)
|
| // Shows a popup window containing the |zoomed_bitmap| of web content with
|
| // more than one link, allowing the user to more easily select which link
|
| // they were trying to touch. |target_rect| is the rectangle in DIPs in the
|
|
|