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

Unified Diff: webkit/glue/webcursor.h

Issue 10826036: mac: Let Carbon plugin stuff buid with the 10.7 SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: webkit/glue/webcursor.h
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h
index 0c7eb6afcbfd04e5adb1957f3b971dcdeb399560..f7611e52c4e6763ec8dec86e5257b3bd3faed072 100644
--- a/webkit/glue/webcursor.h
+++ b/webkit/glue/webcursor.h
@@ -26,7 +26,7 @@ typedef struct _GdkCursor GdkCursor;
class NSCursor;
#endif
typedef UInt32 ThemeCursor;
-struct Cursor;
+typedef struct Cursor Cursor;
Mark Mentovai 2012/07/26 22:41:10 Weird, is someone using this header in a .c (not .
Nico 2012/07/26 22:45:12 No. This change isn't really necessary, I just tho
#endif
class Pickle;

Powered by Google App Engine
This is Rietveld 408576698