| Index: webkit/glue/plugins/webplugin_delegate_impl_mac.mm
|
| ===================================================================
|
| --- webkit/glue/plugins/webplugin_delegate_impl_mac.mm (revision 36533)
|
| +++ webkit/glue/plugins/webplugin_delegate_impl_mac.mm (working copy)
|
| @@ -440,6 +440,10 @@
|
| current_windowless_cursor_.InitFromThemeCursor(cursor);
|
| }
|
|
|
| +void WebPluginDelegateImpl::SetNSCursor(NSCursor* cursor) {
|
| + current_windowless_cursor_.InitFromNSCursor(cursor);
|
| +}
|
| +
|
| void WebPluginDelegateImpl::UpdatePluginLocation(const WebMouseEvent& event) {
|
| instance()->set_plugin_origin(gfx::Point(event.globalX - event.x,
|
| event.globalY - event.y));
|
|
|