| 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 42e5f971284b98560aafd85edc64c34154404018..2b9a6803ad8a5a109f610df2e3e4da47b9c13a4d 100644
|
| --- a/content/renderer/pepper/fake_pepper_plugin_instance.h
|
| +++ b/content/renderer/pepper/fake_pepper_plugin_instance.h
|
| @@ -41,6 +41,7 @@ class FakePepperPluginInstance : public PepperPluginInstance {
|
| virtual void SetEmbedProperty(PP_Var key, PP_Var value) OVERRIDE;
|
| virtual void SetSelectedText(const base::string16& selected_text) OVERRIDE;
|
| virtual void SetLinkUnderCursor(const std::string& url) OVERRIDE;
|
| + virtual void SetTextInputType(ui::TextInputType type) OVERRIDE;
|
|
|
| private:
|
| GURL gurl_;
|
|
|