| 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 cd8aafcf228d073031d7a74791bea64647b14dc8..f1ad9e23b85d1fe96aa6fdac9fc1b3fbeb24f084 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;
|
|
|