| 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 9a4c5c3894c442469d0000f6d5287b2d13cf790e..43ce099f501cfc4eb9f94de0098eb7ccc1a9646b 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -709,12 +709,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 (inherited_data_->text_autosizing_multiplier_ !=
|
|
|