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

Unified Diff: webkit/common/cursors/webcursor.h

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
« no previous file with comments | « ui/views/widget/widget.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/cursors/webcursor.h
diff --git a/webkit/common/cursors/webcursor.h b/webkit/common/cursors/webcursor.h
index 24e806845ab64459a856c4a2c152cddf1a75fbb0..c64689e63072b4f83637ab4953f4729e0e12e05a 100644
--- a/webkit/common/cursors/webcursor.h
+++ b/webkit/common/cursors/webcursor.h
@@ -15,6 +15,10 @@
#include <vector>
+#if defined(USE_AURA)
+#include "ui/base/cursor/cursor.h"
+#endif
+
#if defined(OS_WIN)
typedef struct HINSTANCE__* HINSTANCE;
typedef struct HICON__* HICON;
« no previous file with comments | « ui/views/widget/widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698