| 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 2b3f00a112540310504c46589d2e1132999ee5e2..ba84a50a04bc9682bee93ef071be1ea72fdac831 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -774,10 +774,8 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
|
| other.m_rareInheritedData->m_textSizeAdjust ||
|
| m_rareInheritedData->listStyleImage !=
|
| other.m_rareInheritedData->listStyleImage ||
|
| - m_rareInheritedData->m_snapHeightUnit !=
|
| - other.m_rareInheritedData->m_snapHeightUnit ||
|
| - m_rareInheritedData->m_snapHeightPosition !=
|
| - other.m_rareInheritedData->m_snapHeightPosition ||
|
| + m_rareInheritedData->m_lineHeightStep !=
|
| + other.m_rareInheritedData->m_lineHeightStep ||
|
| m_rareInheritedData->textStrokeWidth !=
|
| other.m_rareInheritedData->textStrokeWidth)
|
| return true;
|
|
|