diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-25 20:32:56 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-25 20:32:56 +0000 |
commit | 9c90deb6ab28f8043574331bb3d2ba6c624f5106 (patch) | |
tree | 31b17aa69e5d1d389c489d070d671c9fce886686 /chrome/plugin/plugin_interpose_util_mac.h | |
parent | 51d772b68710df707c1ab5fff713b8c19e8fe0be (diff) | |
download | chromium_src-9c90deb6ab28f8043574331bb3d2ba6c624f5106.zip chromium_src-9c90deb6ab28f8043574331bb3d2ba6c624f5106.tar.gz chromium_src-9c90deb6ab28f8043574331bb3d2ba6c624f5106.tar.bz2 |
Plumb Carbon SetCursor through.
BUG=http://crbug.com/32703
TEST=when hiding cursor (Flash 10.0), cursor hides (but doesn't stay hidden; that gets fixed later)
Review URL: http://codereview.chromium.org/552132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/plugin_interpose_util_mac.h')
-rw-r--r-- | chrome/plugin/plugin_interpose_util_mac.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/plugin/plugin_interpose_util_mac.h b/chrome/plugin/plugin_interpose_util_mac.h index 4942bb6..0806007 100644 --- a/chrome/plugin/plugin_interpose_util_mac.h +++ b/chrome/plugin/plugin_interpose_util_mac.h @@ -42,6 +42,10 @@ void NotifyBrowserOfPluginHideWindow(uint32 window_id, CGRect bounds); void NotifyPluginOfSetThemeCursor(WebPluginDelegateImpl* delegate, ThemeCursor cursor); +// Sends a message to the plugin that a cursor was set. +void NotifyPluginOfSetCursor(WebPluginDelegateImpl* delegate, + const Cursor* cursor); + // Returns true if the window containing the given plugin delegate is focused. bool GetPluginWindowHasFocus(const WebPluginDelegateImpl* delegate); |