| 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 984ff42be192101a07c21c53955cd3c42a23b460..3b29da91043dce0d7515cbe39e316358be53d1db 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -534,8 +534,6 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(const ComputedStyle&
|
| || m_rareNonInheritedData->marginAfterCollapse != other.m_rareNonInheritedData->marginAfterCollapse
|
| || m_rareNonInheritedData->lineClamp != other.m_rareNonInheritedData->lineClamp
|
| || m_rareNonInheritedData->textOverflow != other.m_rareNonInheritedData->textOverflow
|
| - || m_rareNonInheritedData->m_wrapFlow != other.m_rareNonInheritedData->m_wrapFlow
|
| - || m_rareNonInheritedData->m_wrapThrough != other.m_rareNonInheritedData->m_wrapThrough
|
| || m_rareNonInheritedData->m_shapeMargin != other.m_rareNonInheritedData->m_shapeMargin
|
| || m_rareNonInheritedData->m_order != other.m_rareNonInheritedData->m_order
|
| || m_rareNonInheritedData->m_grid.get() != other.m_rareNonInheritedData->m_grid.get()
|
|
|