Chromium Code Reviews| Index: Source/core/rendering/style/RenderStyle.cpp |
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp |
| index fba07f9a323b5f647b7a6c60e794143a816e703c..c419f302343473b39b9f68de0db377eec997890d 100644 |
| --- a/Source/core/rendering/style/RenderStyle.cpp |
| +++ b/Source/core/rendering/style/RenderStyle.cpp |
| @@ -480,6 +480,7 @@ StyleDifference RenderStyle::diff(const RenderStyle* other, unsigned& changedCon |
| if (rareInheritedData.get() != other->rareInheritedData.get()) { |
| if (rareInheritedData->highlight != other->rareInheritedData->highlight |
| || rareInheritedData->indent != other->rareInheritedData->indent |
| + || rareInheritedData->m_textAlignLast != other->rareInheritedData->m_textAlignLast |
|
Julien - ping for review
2013/10/25 18:49:19
I feel like we could do a _unit test_ for that :)
|
| || rareInheritedData->m_textIndentLine != other->rareInheritedData->m_textIndentLine |
| || rareInheritedData->m_effectiveZoom != other->rareInheritedData->m_effectiveZoom |
| || rareInheritedData->wordBreak != other->rareInheritedData->wordBreak |