| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index 33bde86f6708984b508f32d7c95b931dfc95d571..05103619adcce3047c3faa21e9b0c241ef18ce6d 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -96,8 +96,7 @@ public:
|
| float m_aspectRatioNumerator;
|
|
|
| float m_perspective;
|
| - Length m_perspectiveOriginX;
|
| - Length m_perspectiveOriginY;
|
| + LengthPoint m_perspectiveOrigin;
|
|
|
| LineClampValue lineClamp; // An Apple extension.
|
| DraggableRegionMode m_draggableRegionMode;
|
|
|