Index: content/public/renderer/pepper_plugin_instance.h |
diff --git a/content/public/renderer/pepper_plugin_instance.h b/content/public/renderer/pepper_plugin_instance.h |
index 8628ac85beb918bc66a7da834fd79074209a6004..88d9026d6df1e518bfbf557d2e16d843ec18ff82 100644 |
--- a/content/public/renderer/pepper_plugin_instance.h |
+++ b/content/public/renderer/pepper_plugin_instance.h |
@@ -12,6 +12,7 @@ |
#include "ppapi/c/pp_resource.h" |
#include "ppapi/c/pp_var.h" |
#include "ppapi/c/private/ppb_instance_private.h" |
+#include "ui/base/ime/text_input_type.h" |
class GURL; |
@@ -110,6 +111,9 @@ class PepperPluginInstance { |
// Sets the link currently under the cursor. |
virtual void SetLinkUnderCursor(const std::string& url) = 0; |
+ |
+ // Sets the text input type for this plugin. |
+ virtual void SetTextInputType(ui::TextInputType type) = 0; |
}; |
} // namespace content |