| 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 2b68b3597fccb9935f964bf39b36d51ec7e41a0a..42d731c520679077eddd28a2cc41662c8ef1fc8d 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -583,6 +583,8 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(const ComputedStyle&
|
| || rareInheritedData->m_textCombine != other.rareInheritedData->m_textCombine
|
| || rareInheritedData->m_tabSize != other.rareInheritedData->m_tabSize
|
| || rareInheritedData->listStyleImage != other.rareInheritedData->listStyleImage
|
| + || rareInheritedData->m_snapHeightUnit != other.rareInheritedData->m_snapHeightUnit
|
| + || rareInheritedData->m_snapHeightPosition != other.rareInheritedData->m_snapHeightPosition
|
| || rareInheritedData->textStrokeWidth != other.rareInheritedData->textStrokeWidth)
|
| return true;
|
|
|
|
|