| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| index b89fa2581988c1a8e33b38a7eb2cc8a5833f7788..2c7884e7d19ded4b7e2fed60be4f63fbb65532ec 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -427,8 +427,13 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| virtual void PostMessage(PP_Instance instance, PP_Var message) OVERRIDE;
|
| virtual int32_t RegisterMessageHandler(PP_Instance instance,
|
| void* user_data,
|
| - const PPP_MessageHandler_0_1* handler,
|
| + const PPP_MessageHandler_0_2* handler,
|
| PP_Resource message_loop) OVERRIDE;
|
| + virtual int32_t RegisterMessageHandler_1_1_Deprecated(
|
| + PP_Instance instance,
|
| + void* user_data,
|
| + const PPP_MessageHandler_0_1_Deprecated* handler,
|
| + PP_Resource message_loop) OVERRIDE;
|
| virtual void UnregisterMessageHandler(PP_Instance instance) OVERRIDE;
|
| virtual PP_Bool SetCursor(PP_Instance instance,
|
| PP_MouseCursor_Type type,
|
|
|