Index: webkit/glue/plugins/webplugin_delegate_impl_mac.mm |
=================================================================== |
--- webkit/glue/plugins/webplugin_delegate_impl_mac.mm (revision 20148) |
+++ webkit/glue/plugins/webplugin_delegate_impl_mac.mm (working copy) |
@@ -24,6 +24,7 @@ |
#include "webkit/glue/plugins/plugin_stream_url.h" |
#include "webkit/glue/webkit_glue.h" |
+using WebKit::WebCursorInfo; |
using WebKit::WebKeyboardEvent; |
using WebKit::WebInputEvent; |
using WebKit::WebMouseEvent; |
@@ -400,7 +401,7 @@ |
} |
bool WebPluginDelegateImpl::HandleInputEvent(const WebInputEvent& event, |
- WebCursor* cursor) { |
+ WebCursorInfo* cursor) { |
DCHECK(windowless_) << "events should only be received in windowless mode"; |
DCHECK(cursor != NULL); |
// TODO: convert event into a NPEvent, and call NPP_HandleEvent(np_event). |