| 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 b018b1441284ea306164fddc810a4765fb458d42..f504a6d69e102e6d2c2f8ebf98b9e651c71476d8 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -363,6 +363,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| virtual void SetSelectedText(const base::string16& selected_text) OVERRIDE;
|
| virtual void SetLinkUnderCursor(const std::string& url) OVERRIDE;
|
| virtual void SetTextInputType(ui::TextInputType type) OVERRIDE;
|
| + virtual void PostMessageToJavaScript(PP_Var message) OVERRIDE;
|
|
|
| // PPB_Instance_API implementation.
|
| virtual PP_Bool BindGraphics(PP_Instance instance,
|
|
|