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 529b3631627a5a6252547172e95d0528daf0361e..06f3556026a7021ae8ba76853b4635e565c1ab33 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -29,6 +29,7 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h" |
#include "ui/gfx/rect_f.h" |
#include "ui/gfx/size.h" |
+#include "ui/gfx/vector2d.h" |
#include "webkit/glue/resource_type.h" |
struct BrowserPluginHostMsg_ResizeGuest_Params; |
@@ -565,6 +566,7 @@ class CONTENT_EXPORT WebContentsImpl |
const gfx::Rect& selection_rect, |
int active_match_ordinal, |
bool final_update); |
+ void OnDidProgrammaticallyScroll(const gfx::Vector2d& scroll_point); |
#if defined(OS_ANDROID) |
void OnFindMatchRectsReply(int version, |
const std::vector<gfx::RectF>& rects, |