diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 21:51:19 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 21:51:19 +0000 |
commit | 997a47ac989abd294e94f8384f1eba6ad5698ad2 (patch) | |
tree | 5e1b92105eb5f52626c583953ed7204584e37885 /webkit/glue/plugins/webplugin_delegate_impl.h | |
parent | fa1cf0b87092ed3f3069a8549270f999e05cca20 (diff) | |
download | chromium_src-997a47ac989abd294e94f8384f1eba6ad5698ad2.zip chromium_src-997a47ac989abd294e94f8384f1eba6ad5698ad2.tar.gz chromium_src-997a47ac989abd294e94f8384f1eba6ad5698ad2.tar.bz2 |
(Mac) Intercept (Carbon) cursor setting by plugins and forward it on properly.
BUG=http://crbug.com/20717
TEST=as in bug; this covers old Flash
Review URL: http://codereview.chromium.org/550062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 7cec03d..3e407aa 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -131,6 +131,8 @@ class WebPluginDelegateImpl : public webkit_glue::WebPluginDelegate { void SetFocusNotifier(void (*notifier)(WebPluginDelegateImpl*)) { focus_notifier_ = notifier; } + // Informs the delegate that the plugin set a theme cursor. + void SetThemeCursor(ThemeCursor cursor); #endif #if !defined(OS_MACOSX) |