| Index: third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp b/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
| index c281894581998baac9abf78e8be81a0c4ae99c8c..d97c8058f3b054b7e2ee8e3ae3ad19d71e359ff1 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
| @@ -154,8 +154,6 @@ bool SVGComputedStyle::diffNeedsLayoutAndPaintInvalidation(const SVGComputedStyl
|
|
|
| // All text related properties influence layout.
|
| if (svg_inherited_flags._textAnchor != other->svg_inherited_flags._textAnchor
|
| - || svg_inherited_flags._glyphOrientationHorizontal != other->svg_inherited_flags._glyphOrientationHorizontal
|
| - || svg_inherited_flags._glyphOrientationVertical != other->svg_inherited_flags._glyphOrientationVertical
|
| || svg_inherited_flags.dominantBaseline != other->svg_inherited_flags.dominantBaseline
|
| || svg_noninherited_flags.f._alignmentBaseline != other->svg_noninherited_flags.f._alignmentBaseline
|
| || svg_noninherited_flags.f._baselineShift != other->svg_noninherited_flags.f._baselineShift)
|
|
|