Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 15c6865320d8d6add3c140290acf2f298b0952de..198e816755f4d65a2b60910268907c048b617741 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -143,7 +143,7 @@ class ProcessingInstruction; |
class QualifiedName; |
class Range; |
class ResourceFetcher; |
-class RootScroller; |
+class RootScrollerController; |
class SVGDocumentExtensions; |
class SVGUseElement; |
class ScriptRunner; |
@@ -1239,7 +1239,7 @@ private: |
Member<Element> m_activeHoverElement; |
Member<Element> m_documentElement; |
UserActionElementSet m_userActionElements; |
- Member<RootScroller> m_rootScroller; |
+ Member<RootScrollerController> m_rootScrollerController; |
uint64_t m_domTreeVersion; |
static uint64_t s_globalTreeVersion; |