Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(981)

Unified Diff: content/browser/renderer_host/render_view_host_delegate_view.h

Issue 596373002: Fix Ozone build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_view_host_delegate_view.h
diff --git a/content/browser/renderer_host/render_view_host_delegate_view.h b/content/browser/renderer_host/render_view_host_delegate_view.h
index c1b956a0bcb5a15d7210d500e3115294cdd2ccf4..53366ecb3ef7971cd8ddef848d7069817f56b651 100644
--- a/content/browser/renderer_host/render_view_host_delegate_view.h
+++ b/content/browser/renderer_host/render_view_host_delegate_view.h
@@ -82,7 +82,7 @@ class CONTENT_EXPORT RenderViewHostDelegateView {
virtual void HidePopupMenu() {};
#endif
-#if defined(TOOLKIT_VIEWS)
+#if defined(TOOLKIT_VIEWS) || defined(USE_AURA)
// Shows a Link Disambiguation Popup. |target_rect| is the area the user
// touched that resulted in ambiguity, in DIPs in the host's coordinate
// system, |zoomed_bitmap| is an enlarged image of that |target_rect|, and

Powered by Google App Engine
This is Rietveld 408576698