| 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 ad198f684af4f2403f66bfea1c444ea193bfde7a..d84cc51d31acef5532c79d7ba352ad6c673c4049 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;
|
|
|