| Index: third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
|
| index 5d363848d3c5ab03df6601b0635173eddeff537e..29619769f1d150883ea9ad5c623c15d4d67f58f8 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
|
| @@ -221,12 +221,6 @@ void StyleAdjuster::adjustComputedStyle(ComputedStyle& style, const ComputedStyl
|
| if (style.hasPseudoStyle(PseudoIdFirstLetter) || style.transitions() || style.animations())
|
| style.setUnique();
|
|
|
| - // FIXME: when dropping the -webkit prefix on transform-style, we should also have opacity < 1 cause flattening.
|
| - if (style.preserves3D() && (style.overflowX() != OverflowVisible
|
| - || style.overflowY() != OverflowVisible
|
| - || style.hasFilterInducingProperty()))
|
| - style.setTransformStyle3D(TransformStyle3DFlat);
|
| -
|
| adjustStyleForEditing(style);
|
|
|
| bool isSVGElement = element && element->isSVGElement();
|
|
|