| 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 a04ebdbba8a076b0b4f682e4c1d53dd32492b374..262fbbcc2ebba17662f1c7811034c9e093de439d 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -707,12 +707,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_ !=
|
|
|