| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 5337318fc9aef49b5b285941c2929d7c6f2c396f..bcbfb95b580989047697e595d976b26e314d9fe3 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -1727,4 +1727,8 @@ void RenderViewHostImpl::AttachToFrameTree() {
|
| frame_tree->ResetForMainFrameSwap();
|
| }
|
|
|
| +void RenderViewHostImpl::SelectWordAroundCaret() {
|
| + Send(new ViewMsg_SelectWordAroundCaret(GetRoutingID()));
|
| +}
|
| +
|
| } // namespace content
|
|
|