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

Unified Diff: webkit/glue/webcursor.h

Issue 11192052: Remove Carbon cursor call interposing in Mac NPAPI plugins (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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 | « content/plugin/plugin_interpose_util_mac.mm ('k') | webkit/glue/webcursor_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webcursor.h
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h
index ad0dd34f1c6efdb3a2d6dc494ced3820b2e10246..48f42471e1ab9e10becf100e175b0ad494628815 100644
--- a/webkit/glue/webcursor.h
+++ b/webkit/glue/webcursor.h
@@ -25,8 +25,6 @@ typedef struct _GdkCursor GdkCursor;
#else
class NSCursor;
#endif
-typedef UInt32 ThemeCursor;
-typedef struct Cursor Cursor;
#endif
class Pickle;
@@ -99,12 +97,6 @@ class WEBKIT_GLUE_EXPORT WebCursor {
// returns GDK_CURSOR_IS_PIXMAP.
GdkCursor* GetCustomCursor();
#elif defined(OS_MACOSX)
- // Initialize this from the given Carbon ThemeCursor.
- void InitFromThemeCursor(ThemeCursor cursor);
-
- // Initialize this from the given Carbon Cursor.
- void InitFromCursor(const Cursor* cursor);
-
// Initialize this from the given Cocoa NSCursor.
void InitFromNSCursor(NSCursor* cursor);
#endif
« no previous file with comments | « content/plugin/plugin_interpose_util_mac.mm ('k') | webkit/glue/webcursor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698