Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 9de72bc48a7d7c9bf4f6535dac3b754147a0ba6c..acdc1b454b30a2cc4ad775c3c3f1b39eba236b2a 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -294,6 +294,9 @@ class PluginDelegate { |
// Notification that the plugin requested to cancel the current composition. |
virtual void PluginRequestedCancelComposition( |
webkit::ppapi::PluginInstance* instance) = 0; |
+ // Notification that the text selection in the given plugin is changed. |
+ virtual void PluginSelectionChanged( |
+ webkit::ppapi::PluginInstance* instance) = 0; |
// Notification that the given plugin has crashed. When a plugin crashes, all |
// instances associated with that plugin will notify that they've crashed via |