summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/page/scrolling/root_scroller_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/page/scrolling/root_scroller_util.h')
-rw-r--r--chromium/third_party/blink/renderer/core/page/scrolling/root_scroller_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/third_party/blink/renderer/core/page/scrolling/root_scroller_util.h b/chromium/third_party/blink/renderer/core/page/scrolling/root_scroller_util.h
index b6697867349..e614ed73f93 100644
--- a/chromium/third_party/blink/renderer/core/page/scrolling/root_scroller_util.h
+++ b/chromium/third_party/blink/renderer/core/page/scrolling/root_scroller_util.h
@@ -25,12 +25,6 @@ ScrollableArea* ScrollableAreaForRootScroller(const Node*);
// rather than <html>'s since scrolling is handled by LayoutView.
PaintLayer* PaintLayerForRootScroller(const Node*);
-// Return true if the given object is the effective root scroller in its
-// Document. See |effective root scroller| in README.md. Note: a root scroller
-// always establishes a PaintLayer.
-bool IsEffective(const LayoutBox&);
-bool IsEffective(const PaintLayer&);
-
bool IsGlobal(const LayoutBox&);
bool IsGlobal(const PaintLayer&);
bool IsGlobal(const Element*);