| 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 0f00978b2eec1eec307b2682a53a508bb03358eb..fbe286780dd86ff8c6fccbef723d4c686683be1e 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -615,7 +615,8 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
|
|
| bool isInTopLayer() const;
|
|
|
| - bool sticksToViewport() const;
|
| + bool sticksToScroller() const;
|
| + bool fixedToViewport() const;
|
| bool scrollsWithRespectTo(const PaintLayer*) const;
|
|
|
| void addLayerHitTestRects(LayerHitTestRects&) const;
|
|
|