| 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 39cf2aef93cbae2eed908816ae287efb343f1916..509d529e9fc12ddc7866e51d87791e9311ddb72b 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -28,6 +28,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;
|
| @@ -558,6 +559,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,
|
|
|