| 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 d50ed7c27f1f87e3d255c505262aeb4d0d9a7f0f..2fc9f7e27dc9240c7390ee3a11a628a2d71227d6 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1106,6 +1106,8 @@ void ComputedStyle::updatePropertySpecificDifferences(
|
| other.m_rareInheritedData->visitedLinkTextEmphasisColor() ||
|
| m_rareInheritedData->textEmphasisFill !=
|
| other.m_rareInheritedData->textEmphasisFill ||
|
| + m_rareInheritedData->m_textDecorationSkip !=
|
| + other.m_rareInheritedData->m_textDecorationSkip ||
|
| m_rareInheritedData->appliedTextDecorations !=
|
| other.m_rareInheritedData->appliedTextDecorations)) {
|
| diff.setTextDecorationOrColorChanged();
|
|
|