| 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 cd2e1f48feaf7c2722bc8028abc8fd2cce488091..3d9a889f28feb1917f7394ecc36b9a7617bbba7a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -704,12 +704,6 @@ bool ComputedStyle::DiffNeedsFullLayoutAndPaintInvalidation(
|
| rare_inherited_data_->text_stroke_width_ !=
|
| other.rare_inherited_data_->text_stroke_width_)
|
| return true;
|
| -
|
| - if (!TextShadowDataEquivalent(other))
|
| - return true;
|
| -
|
| - if (!QuotesDataEquivalent(other))
|
| - return true;
|
| }
|
|
|
| if (IsDisplayTableType(Display())) {
|
|
|