| Index: content/renderer/npapi/webplugin_impl.h
|
| diff --git a/content/renderer/npapi/webplugin_impl.h b/content/renderer/npapi/webplugin_impl.h
|
| index 75bc0ff4975feebb6371577db0482f764351b015..3eb157ebcb82ebc9dcb8450be202e4132f0f00cc 100644
|
| --- a/content/renderer/npapi/webplugin_impl.h
|
| +++ b/content/renderer/npapi/webplugin_impl.h
|
| @@ -83,8 +83,9 @@ class WebPluginImpl : public WebPlugin,
|
| void updateFocus(bool focused, blink::WebFocusType focus_type) override;
|
| void updateVisibility(bool visible) override;
|
| bool acceptsInputEvents() override;
|
| - bool handleInputEvent(const blink::WebInputEvent& event,
|
| - blink::WebCursorInfo& cursor_info) override;
|
| + blink::WebInputEventResult handleInputEvent(
|
| + const blink::WebInputEvent& event,
|
| + blink::WebCursorInfo& cursor_info) override;
|
| void didReceiveResponse(const blink::WebURLResponse& response) override;
|
| void didReceiveData(const char* data, int data_length) override;
|
| void didFinishLoading() override;
|
|
|