| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 4089c4599c725b8f6e6ae6aa7898b77d553b4909..e57e84771579681e5ecb85e264fe8daa19f0c025 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -784,6 +784,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| void OnDisownOpener();
|
| void OnWindowSnapshotCompleted(const int snapshot_id,
|
| const gfx::Size& size, const std::vector<unsigned char>& png);
|
| + void OnSelectWordAroundCaret();
|
| #if defined(OS_ANDROID)
|
| void OnActivateNearestFindResult(int request_id, float x, float y);
|
| void OnFindMatchRects(int current_version);
|
|
|