| 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 a88aa09eb673ebed99c822e09b94e6bea910bead..de3d08db99c27d43458162ca0d21378b55fb6373 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -821,8 +821,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
|
| if (m_inheritedData.m_boxDirection != other.m_inheritedData.m_boxDirection ||
|
| m_inheritedData.m_rtlOrdering != other.m_inheritedData.m_rtlOrdering ||
|
| m_inheritedData.m_textAlign != other.m_inheritedData.m_textAlign ||
|
| - m_inheritedData.m_textTransform !=
|
| - other.m_inheritedData.m_textTransform ||
|
| + textTransform() != other.textTransform() ||
|
| m_inheritedData.m_direction != other.m_inheritedData.m_direction ||
|
| m_inheritedData.m_whiteSpace != other.m_inheritedData.m_whiteSpace ||
|
| m_inheritedData.m_writingMode != other.m_inheritedData.m_writingMode)
|
|
|