| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| index b84592320801b4b8291455c3813b6400738478b6..ec0a4529120a4d4acc5fb5fb982048b1b7d74860 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -363,6 +363,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| 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;
|
|
|
| // PPB_Instance_API implementation.
|
| virtual PP_Bool BindGraphics(PP_Instance instance,
|
|
|