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 a7a408b6e6817a810fa4fe124f0c3824af86f896..541488eeba339922a1457a8e3e858bbcb09d7359 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; |
@@ -564,6 +565,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, |