diff options
Diffstat (limited to 'content/plugin/webplugin_delegate_stub.cc')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc index 1790f21..4a03540 100644 --- a/content/plugin/webplugin_delegate_stub.cc +++ b/content/plugin/webplugin_delegate_stub.cc @@ -26,8 +26,8 @@ #include "third_party/npapi/bindings/npruntime.h" #include "webkit/common/cursors/webcursor.h" -using WebKit::WebBindings; -using WebKit::WebCursorInfo; +using blink::WebBindings; +using blink::WebCursorInfo; namespace content { @@ -273,7 +273,7 @@ void WebPluginDelegateStub::OnSetFocus(bool focused) { } void WebPluginDelegateStub::OnHandleInputEvent( - const WebKit::WebInputEvent *event, + const blink::WebInputEvent *event, bool* handled, WebCursor* cursor) { WebCursor::CursorInfo cursor_info; |