| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 8d7683f0d759c633c9050894439c4d0cccab368e..a104ebeb4127995a06bbce0a7570b7f34e9c89bd 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -271,6 +271,9 @@ class RenderViewImpl : public RenderWidget,
|
| // Cancels current composition.
|
| void PpapiPluginCancelComposition();
|
|
|
| + // Informs the render view that a PPAPI plugin has changed selection.
|
| + void PpapiPluginSelectionChanged();
|
| +
|
| // Retrieves the current caret position if a PPAPI plugin has focus.
|
| bool GetPpapiPluginCaretBounds(gfx::Rect* rect);
|
|
|
|
|