| Index: content/public/renderer/pepper_plugin_instance.h
|
| diff --git a/content/public/renderer/pepper_plugin_instance.h b/content/public/renderer/pepper_plugin_instance.h
|
| index 88d9026d6df1e518bfbf557d2e16d843ec18ff82..d397fbc2ad0108695175ab244c67eae37e018de7 100644
|
| --- a/content/public/renderer/pepper_plugin_instance.h
|
| +++ b/content/public/renderer/pepper_plugin_instance.h
|
| @@ -114,6 +114,9 @@ class PepperPluginInstance {
|
|
|
| // Sets the text input type for this plugin.
|
| virtual void SetTextInputType(ui::TextInputType type) = 0;
|
| +
|
| + // Posts a message to the JavaScript object for this instance.
|
| + virtual void PostMessageToJavaScript(PP_Var message) = 0;
|
| };
|
|
|
| } // namespace content
|
|
|