| 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 a67d5daa6b6ed92a786f29761a9469fa43a62f88..3488284cc03b1e07082b189d74f8bdce3af6f4e9 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -294,7 +294,7 @@ void CompositedLayerMapping::updateBackdropFilters(const ComputedStyle& style) {
|
| void CompositedLayerMapping::updateStickyConstraints(
|
| const ComputedStyle& style,
|
| const PaintLayer* compositingContainer) {
|
| - bool sticky = style.position() == EPosition::kSticky;
|
| + bool sticky = style.hasStickyConstrainedPosition();
|
| const PaintLayer* ancestorOverflowLayer =
|
| m_owningLayer.ancestorOverflowLayer();
|
| // TODO(flackr): Do we still need this?
|
|
|