diff options
Diffstat (limited to 'WebCore/rendering/style/StyleRareNonInheritedData.h')
-rw-r--r-- | WebCore/rendering/style/StyleRareNonInheritedData.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WebCore/rendering/style/StyleRareNonInheritedData.h b/WebCore/rendering/style/StyleRareNonInheritedData.h index d6fe96e..74e736c 100644 --- a/WebCore/rendering/style/StyleRareNonInheritedData.h +++ b/WebCore/rendering/style/StyleRareNonInheritedData.h @@ -40,6 +40,7 @@ namespace WebCore { class AnimationList; class CSSStyleSelector; +class LengthSize; class ShadowData; class StyleFlexibleBoxData; class StyleMarqueeData; @@ -50,7 +51,7 @@ class StyleTransformData; struct ContentData; #if ENABLE(DASHBOARD_SUPPORT) -class StyleDashboardRegion; +struct StyleDashboardRegion; #endif #if ENABLE(XBL) @@ -123,6 +124,8 @@ public: Length m_perspectiveOriginX; Length m_perspectiveOriginY; + LengthSize m_pageSize; + #if ENABLE(XBL) OwnPtr<BindingURI> bindingURI; // The XBL binding URI list. #endif |