| 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 a987a549ac6b0415e7ea62405dbaca06792d5583..027a649ba552d1799884aa951f7a198f59127763 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -168,7 +168,6 @@ class Touch;
|
| class TouchList;
|
| class TransformSource;
|
| class TreeWalker;
|
| -class ViewportScrollCallback;
|
| class VisitedLinkState;
|
| class VisualViewport;
|
| class WebGLRenderingContext;
|
| @@ -1084,15 +1083,10 @@ public:
|
|
|
| bool containsV1ShadowTree() const { return m_shadowCascadeOrder == ShadowCascadeOrder::ShadowCascadeV1; }
|
|
|
| - void initializeRootScroller(ViewportScrollCallback*);
|
| Element* rootScroller() const;
|
| void setRootScroller(Element*, ExceptionState&);
|
| RootScrollerController* rootScrollerController() const { return m_rootScrollerController.get(); }
|
|
|
| - // TODO(bokan): Temporarily added to allow ScrollCustomization to properly
|
| - // opt out for wheel scrolls. crbug.com/623079.
|
| - bool isViewportScrollCallback(const ScrollStateCallback*);
|
| -
|
| bool isInMainFrame() const;
|
|
|
| protected:
|
|
|