Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 0f313bfa1305916fdb41807a5732b5fcf5b7cea5..8a6f4582e44458bde363f480a1b3f157b2fc466e 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -60,6 +60,7 @@ class Locale; |
class MutableStylePropertySet; |
class PropertySetCSSStyleDeclaration; |
class PseudoElement; |
+class ScrollState; |
class ScrollToOptions; |
class ShadowRoot; |
class StylePropertySet; |
@@ -166,6 +167,9 @@ public: |
void scrollIntoView(bool alignToTop = true); |
void scrollIntoViewIfNeeded(bool centerIfNeeded = true); |
+ void distributeScroll(ScrollState&); |
+ void applyScroll(ScrollState&); |
+ |
int offsetLeft(); |
int offsetTop(); |
int offsetWidth(); |