Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2273163002: Cleanup and refactor RootScrollerController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed class comment Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698