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

Unified Diff: chrome/browser/ui/views/notifications/balloon_view_host.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: White spaces Created 9 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: chrome/browser/ui/views/notifications/balloon_view_host.cc
diff --git a/chrome/browser/ui/views/notifications/balloon_view_host.cc b/chrome/browser/ui/views/notifications/balloon_view_host.cc
index 91d366680356dc38f55c59f9fc0d081ac0611b52..eac770e66e6e60adbd973f8c8d68c3ba974ca350 100644
--- a/chrome/browser/ui/views/notifications/balloon_view_host.cc
+++ b/chrome/browser/ui/views/notifications/balloon_view_host.cc
@@ -11,7 +11,7 @@
#include "content/browser/renderer_host/render_widget_host_view_win.h"
#endif
#if defined(TOOLKIT_USES_GTK)
-#if defined(TOUCH_UI)
+#if defined(TOUCH_UI) || defined(USE_AURA)
#include "chrome/browser/renderer_host/render_widget_host_view_views.h"
#else
#include "content/browser/renderer_host/render_widget_host_view_gtk.h"

Powered by Google App Engine
This is Rietveld 408576698