Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index a7c893b8fb2404e25790cc4f83fc9d252165d922..ed6469ca205a0eb017878010a198e7c41f4cc01e 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -270,6 +270,9 @@ class RenderViewImpl : public RenderWidget, |
// Cancels current composition. |
void PpapiPluginCancelComposition(); |
+ // Informs the render view that a PPAPI plugin has changed selction. |
yzshen1
2012/03/08 07:51:43
selction -> selection
kinaba
2012/03/14 04:28:53
Done.
|
+ void PpapiPluginSelectionChanged(); |
+ |
// Retrieves the current caret position if a PPAPI plugin has focus. |
bool GetPpapiPluginCaretBounds(gfx::Rect* rect); |