| Index: content/renderer/pepper/fake_pepper_plugin_instance.cc
|
| diff --git a/content/renderer/pepper/fake_pepper_plugin_instance.cc b/content/renderer/pepper/fake_pepper_plugin_instance.cc
|
| index 4b050ed0fe5e5d5ecf7960158dc99a3252d3387e..e00c1eeed2fe88c738b971e2623c9594d0f8de16 100644
|
| --- a/content/renderer/pepper/fake_pepper_plugin_instance.cc
|
| +++ b/content/renderer/pepper/fake_pepper_plugin_instance.cc
|
| @@ -73,6 +73,7 @@ void FakePepperPluginInstance::SetSelectedText(
|
|
|
| void FakePepperPluginInstance::SetLinkUnderCursor(const std::string& url) {}
|
| void FakePepperPluginInstance::SetTextInputType(ui::TextInputType type) {}
|
| +void FakePepperPluginInstance::PostMessageToJavaScript(PP_Var message) {}
|
|
|
|
|
| } // namespace content
|
|
|