| 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 048bb13e2023cefcb279a519f7f53ff101663361..e0bc02501209a4c821a6e1888d8d31a3a77a1966 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -167,6 +167,7 @@ class Touch;
|
| class TouchList;
|
| class TransformSource;
|
| class TreeWalker;
|
| +class ViewportScrollCallback;
|
| class VisitedLinkState;
|
| class VisualViewport;
|
| class WebGLRenderingContext;
|
| @@ -1083,6 +1084,7 @@ public:
|
|
|
| bool containsV1ShadowTree() const { return m_shadowCascadeOrder == ShadowCascadeOrder::ShadowCascadeV1; }
|
|
|
| + void initializeRootScroller(ViewportScrollCallback*);
|
| Element* rootScroller() const;
|
| void setRootScroller(Element*, ExceptionState&);
|
| const Element* effectiveRootScroller() const;
|
|
|