| Index: webkit/glue/plugins/webplugin_delegate_impl.h
|
| ===================================================================
|
| --- webkit/glue/plugins/webplugin_delegate_impl.h (revision 36533)
|
| +++ webkit/glue/plugins/webplugin_delegate_impl.h (working copy)
|
| @@ -133,8 +133,10 @@
|
| void SetFocusNotifier(void (*notifier)(WebPluginDelegateImpl*)) {
|
| focus_notifier_ = notifier;
|
| }
|
| - // Informs the delegate that the plugin set a theme cursor.
|
| + // Informs the delegate that the plugin set a Carbon ThemeCursor.
|
| void SetThemeCursor(ThemeCursor cursor);
|
| + // Informs the delegate that the plugin set a Cocoa NSCursor.
|
| + void SetNSCursor(NSCursor* cursor);
|
| #endif
|
|
|
| #if !defined(OS_MACOSX)
|
|
|