| Index: content/renderer/pepper/fake_pepper_plugin_instance.h
|
| diff --git a/content/renderer/pepper/fake_pepper_plugin_instance.h b/content/renderer/pepper/fake_pepper_plugin_instance.h
|
| index 2b9a6803ad8a5a109f610df2e3e4da47b9c13a4d..99a0cee43a4b4ad22d665fc64b642d7a98d5b7cb 100644
|
| --- a/content/renderer/pepper/fake_pepper_plugin_instance.h
|
| +++ b/content/renderer/pepper/fake_pepper_plugin_instance.h
|
| @@ -42,6 +42,7 @@ class FakePepperPluginInstance : public PepperPluginInstance {
|
| 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;
|
|
|
| private:
|
| GURL gurl_;
|
|
|