| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index dd40577b1906ab884dbe1bb59a550c0d85172ab1..9b1f90e4142142762a46962631942671ec6a856d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -546,6 +546,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const gfx::Rect& selection_rect,
|
| int active_match_ordinal,
|
| bool final_update);
|
| + void OnDidProgrammaticallyScroll(const gfx::Point& scroll_point);
|
| #if defined(OS_ANDROID)
|
| void OnFindMatchRectsReply(int version,
|
| const std::vector<gfx::RectF>& rects,
|
|
|