Index: third_party/WebKit/Source/core/paint/PaintLayer.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h |
index d464858f8663abf3f6eab6f0f4beb8d98968d1be..9927e07e1624bbddd63fafb7ad510a646de4dfe0 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
@@ -600,7 +600,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient { |
bool isInTopLayer() const; |
- bool scrollsWithViewport() const; |
+ bool sticksToViewport() const; |
bool scrollsWithRespectTo(const PaintLayer*) const; |
void addLayerHitTestRects(LayerHitTestRects&) const; |