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

Unified Diff: ui/views/view.cc

Issue 23533057: Makes native_widget_types forward declare ui::Cursor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git cl change Created 7 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: ui/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 14238ca519c67d187121dfbc49d5d31b4903d0e1..fa1506f0fa20a45bfc59dca7c718b19d12ad3e60 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -43,6 +43,10 @@
#include "ui/views/widget/tooltip_manager.h"
#include "ui/views/widget/widget.h"
+#if defined(USE_AURA)
+#include "ui/base/cursor/cursor.h"
+#endif
+
#if defined(OS_WIN)
#include "base/win/scoped_gdi_object.h"
#endif
« no previous file with comments | « ui/message_center/views/notification_view.cc ('k') | ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698