| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index bbb796bbf62ceb6d446efd5f383b2140497f3b0c..cb2b7ed3227dc3d06d6377d2d01149bba06a465f 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -289,7 +289,7 @@ void CompositedLayerMapping::updateBackdropFilters(const ComputedStyle& style) {
|
|
|
| void CompositedLayerMapping::updateStickyConstraints(
|
| const ComputedStyle& style) {
|
| - bool sticky = style.position() == EPosition::StickyPosition;
|
| + bool sticky = style.position() == EPosition::kSticky;
|
| const PaintLayer* ancestorOverflowLayer =
|
| m_owningLayer.ancestorOverflowLayer();
|
| // TODO(flackr): Do we still need this?
|
|
|