| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 940ba020bf39ae745fac7520c62af023fa3a9167..7204e0642963d4e2efdf99ebd08d0b743f88a8c9 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -220,6 +220,13 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual void UpdateWebkitPreferences(
|
| const webkit_glue::WebPreferences& prefs) OVERRIDE;
|
|
|
| +#if defined(OS_ANDROID)
|
| + virtual void ActivateNearestFindResult(int request_id,
|
| + float x,
|
| + float y) OVERRIDE;
|
| + virtual void RequestFindMatchRects(int current_version) OVERRIDE;
|
| +#endif
|
| +
|
| void set_delegate(RenderViewHostDelegate* d) {
|
| CHECK(d); // http://crbug.com/82827
|
| delegate_ = d;
|
|
|