Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index b2d3fa405ccf921f7d263d0dbacc59d0aa3705e5..b6594ad51630de0b0ca2009b59a6e3c6284b7158 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -38,6 +38,7 @@ |
#include "core/dom/SpaceSplitString.h" |
#include "core/html/CollectionType.h" |
#include "platform/heap/Handle.h" |
+#include "platform/scroll/ScrollTypes.h" |
#include "public/platform/WebFocusType.h" |
namespace blink { |
@@ -663,8 +664,8 @@ class CORE_EXPORT Element : public ContainerNode { |
bool hasClass() const; |
const SpaceSplitString& classNames() const; |
- IntSize savedLayerScrollOffset() const; |
- void setSavedLayerScrollOffset(const IntSize&); |
+ ScrollOffset savedLayerScrollOffset() const; |
+ void setSavedLayerScrollOffset(const ScrollOffset&); |
ElementAnimations* elementAnimations() const; |
ElementAnimations& ensureElementAnimations(); |