| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index d00c5b69c7d089fa2344cb3f04b3bdb3a2b02e62..89ecee493b2a05faaafecd240bab8f9c8ecd848c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -163,6 +163,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| OVERRIDE;
|
| virtual void LockCompositingSurface() OVERRIDE;
|
| virtual void UnlockCompositingSurface() OVERRIDE;
|
| + virtual void OnTextSurroundingSelectionResponse(const base::string16& content,
|
| + int start_offset,
|
| + int end_offset) OVERRIDE;
|
|
|
| // cc::DelegatedFrameResourceCollectionClient implementation.
|
| virtual void UnusedResourcesAreAvailable() OVERRIDE;
|
|
|