| Index: trunk/Source/core/rendering/style/RenderStyle.cpp
|
| ===================================================================
|
| --- trunk/Source/core/rendering/style/RenderStyle.cpp (revision 157750)
|
| +++ trunk/Source/core/rendering/style/RenderStyle.cpp (working copy)
|
| @@ -663,7 +663,6 @@
|
| || 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;
|
|
|
|
|