| 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 53f20f61694e3ed4c0717d686d66f5923ab45293..4b050ed0fe5e5d5ecf7960158dc99a3252d3387e 100644
|
| --- a/content/renderer/pepper/fake_pepper_plugin_instance.cc
|
| +++ b/content/renderer/pepper/fake_pepper_plugin_instance.cc
|
| @@ -72,5 +72,7 @@ void FakePepperPluginInstance::SetSelectedText(
|
| const base::string16& selected_text) {}
|
|
|
| void FakePepperPluginInstance::SetLinkUnderCursor(const std::string& url) {}
|
| +void FakePepperPluginInstance::SetTextInputType(ui::TextInputType type) {}
|
| +
|
|
|
| } // namespace content
|
|
|