diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 22:04:32 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 22:04:32 +0000 |
commit | fd4a06b784a18a9256490e72101035fca7321923 (patch) | |
tree | cedb426d446d18308fe29d1d1bb00d4155ba5408 /webkit/glue/webcursor.h | |
parent | 57f123221a8e8826262cb0037875372b6c76338d (diff) | |
download | chromium_src-fd4a06b784a18a9256490e72101035fca7321923.zip chromium_src-fd4a06b784a18a9256490e72101035fca7321923.tar.gz chromium_src-fd4a06b784a18a9256490e72101035fca7321923.tar.bz2 |
(Mac) Intercept (Cocoa) cursor setting by plugins and forward it on properly.
BUG=http://crbug.com/20717
TEST=as in bug; this covers new Flash
Review URL: http://codereview.chromium.org/554003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webcursor.h')
-rw-r--r-- | webkit/glue/webcursor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h index ed59e0b..341a92a 100644 --- a/webkit/glue/webcursor.h +++ b/webkit/glue/webcursor.h @@ -91,6 +91,9 @@ class WebCursor { // Initialize this from the given Carbon ThemeCursor. void InitFromThemeCursor(ThemeCursor cursor); + + // Initialize this from the given Cocoa NSCursor. + void InitFromNSCursor(NSCursor* cursor); #endif private: |