| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index 69c874b311eea4129c343aad1435fdb45f81e7a0..0e9638f2d5e73e0a72965038bbae749be7580bc0 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -612,6 +612,7 @@ StyleDifference RenderStyle::diff(const RenderStyle* other, unsigned& changedCon
|
| || rareNonInheritedData->userDrag != other->rareNonInheritedData->userDrag
|
| || rareNonInheritedData->m_borderFit != other->rareNonInheritedData->m_borderFit
|
| || rareNonInheritedData->m_objectFit != other->rareNonInheritedData->m_objectFit
|
| + || rareNonInheritedData->m_objectPosition != other->rareNonInheritedData->m_objectPosition
|
| || rareInheritedData->m_imageRendering != other->rareInheritedData->m_imageRendering)
|
| return StyleDifferenceRepaint;
|
|
|
|
|