| 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 a83f2f2f56f4c9d035a0d680131a294630494cf4..064cc676284dbf625e47c8e586ca1821146b1a92 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -814,7 +814,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
|
| return true;
|
| }
|
|
|
| - if (m_inheritedData.m_boxDirection != other.m_inheritedData.m_boxDirection ||
|
| + if (boxDirection() != other.boxDirection() ||
|
| m_inheritedData.m_rtlOrdering != other.m_inheritedData.m_rtlOrdering ||
|
| m_inheritedData.m_textAlign != other.m_inheritedData.m_textAlign ||
|
| textTransform() != other.textTransform() ||
|
|
|