| Index: Source/core/css/CSSToStyleMap.h
|
| diff --git a/Source/core/css/CSSToStyleMap.h b/Source/core/css/CSSToStyleMap.h
|
| index e91646286ca7bda4b0f60d4198464e23a7e3eb83..b994b6f0a78d596d5fc2a32156890d8901b0d285 100644
|
| --- a/Source/core/css/CSSToStyleMap.h
|
| +++ b/Source/core/css/CSSToStyleMap.h
|
| @@ -29,8 +29,9 @@
|
| namespace WebCore {
|
|
|
| class FillLayer;
|
| -class CSSValue;
|
| class CSSAnimationData;
|
| +class CSSToLengthConversionData;
|
| +class CSSValue;
|
| class RenderStyle;
|
| class StyleImage;
|
| class StyleResolverState;
|
| @@ -75,8 +76,7 @@ public:
|
| void mapNinePieceImageRepeat(CSSValue*, NinePieceImage&) const;
|
|
|
| private:
|
| - const RenderStyle* style() const;
|
| - const RenderStyle* rootElementStyle() const;
|
| + const CSSToLengthConversionData& cssToLengthConversionData() const;
|
| bool useSVGZoomRules() const;
|
|
|
| PassRefPtr<StyleImage> styleImage(CSSPropertyID, CSSValue*);
|
|
|