Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp |
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
index 7d09b8e9c22cf708242edb9795192f6fa288ab10..907fab8937fd9d5ad6643381f7253b40452160cf 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
@@ -1197,7 +1197,6 @@ |
HasTransformRelatedProperty() || HasMask() || ClipPath() || |
BoxReflect() || HasFilterInducingProperty() || HasBackdropFilter() || |
HasBlendMode() || HasIsolation() || HasViewportConstrainedPosition() || |
- GetPosition() == EPosition::kSticky || |
HasPropertyThatCreatesStackingContext(WillChangeProperties()) || |
ContainsPaint()) { |
SetIsStackingContext(true); |