| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 2baacd6991a64e8046670a180c821ab90b47e8f4..b98e09c8c7004f44dba7d13a0bfd1e20583d7afc 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -627,6 +627,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| const gfx::Point& location);
|
| void OnCopyImageAt(int x, int y);
|
| void OnSaveImageAt(int x, int y);
|
| + void OnSelectWordIfAnyAt(const blink::WebPoint& position);
|
| void OnDeterminePageLanguage();
|
| void OnDisableScrollbarsForSmallWindows(
|
| const gfx::Size& disable_scrollbars_size_limit);
|
|
|