Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index d9d4f10be459b3a7aa472b746f229e8958ee6c3f..3de6bdc77c383dd5cd142d3f1fc1225967ffd898 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -293,6 +293,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 |