| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index 7649b17d33aed370f9c2094262c46acb4935feda..3d858af097d5f4c6a2eadeaf6364d7dc6d74ce72 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -96,8 +96,7 @@ public:
|
| AspectRatio m_aspectRatio;
|
|
|
| float m_perspective;
|
| - Length m_perspectiveOriginX;
|
| - Length m_perspectiveOriginY;
|
| + LengthPoint m_perspectiveOrigin;
|
|
|
| LineClampValue lineClamp; // An Apple extension.
|
| DraggableRegionMode m_draggableRegionMode;
|
|
|