| Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| index b2eb801927b03127b62f45e9f9560cb2f3cd1617..969a6c3c16ed46a72aaae0e5d1aa7fc8f655a069 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| @@ -82,7 +82,7 @@ static void updateAuxiliaryObjectProperties(const LayoutObject& object,
|
| PaintLayer* paintLayer = object.enclosingLayer();
|
| paintLayer->updateAncestorOverflowLayer(context.ancestorOverflowPaintLayer);
|
|
|
| - if (object.styleRef().position() == StickyPosition) {
|
| + if (object.styleRef().position() == EPosition::kSticky) {
|
| paintLayer->layoutObject()->updateStickyPositionConstraints();
|
|
|
| // Sticky position constraints and ancestor overflow scroller affect the
|
|
|