summaryrefslogtreecommitdiffstats
path: root/chromium/cc/layers/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/layers/viewport.h')
-rw-r--r--chromium/cc/layers/viewport.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/cc/layers/viewport.h b/chromium/cc/layers/viewport.h
index 9143b58b747..ac17140f513 100644
--- a/chromium/cc/layers/viewport.h
+++ b/chromium/cc/layers/viewport.h
@@ -74,9 +74,8 @@ class CC_EXPORT Viewport {
// false if it should be scrolled directly.
bool ShouldScroll(const ScrollNode& scroll_node);
- // Returns the "representative" viewport layer/node. That is, the one that's
- // set as the currently scrolling layer/node when the viewport scrolls.
- LayerImpl* MainScrollLayer() const;
+ // Returns the "representative" viewport scroll node. That is, the one that's
+ // set as the currently scrolling node when the viewport scrolls.
ScrollNode* MainScrollNode() const;
private: