| 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 4a7e19975a0dd0ec91583850d9788587bb995f55..c3da5adfccddb7f18a05b92e97edabd151370cd6 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -812,7 +812,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
|
|
|
| if (boxDirection() != other.boxDirection() ||
|
| m_inheritedData.m_rtlOrdering != other.m_inheritedData.m_rtlOrdering ||
|
| - m_inheritedData.m_textAlign != other.m_inheritedData.m_textAlign ||
|
| + textAlign() != other.textAlign() ||
|
| textTransform() != other.textTransform() ||
|
| m_inheritedData.m_direction != other.m_inheritedData.m_direction ||
|
| whiteSpace() != other.whiteSpace() ||
|
|
|