Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 0f9bdc606655aec9d9e645e4ce0103d71ade73c2..7d51c705f1af0e13579db1fd39736683c06dd469 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -689,6 +689,10 @@ class WebLocalFrame : public WebFrame { |
// Geometry ----------------------------------------------------------------- |
+ // The scroll offset from the top-left corner of the frame in pixels. |
+ virtual WebSize GetScrollOffset() const = 0; |
+ virtual void SetScrollOffset(const WebSize&) = 0; |
+ |
// If set to false, do not draw scrollbars on this frame's view. |
virtual void SetCanHaveScrollbars(bool) = 0; |