Chromium Code Reviews| Index: Source/core/css/CSSToStyleMap.h |
| diff --git a/Source/core/css/CSSToStyleMap.h b/Source/core/css/CSSToStyleMap.h |
| index e91646286ca7bda4b0f60d4198464e23a7e3eb83..d2b62b25c3ba306d35ef9604e736d2c01c00729c 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; |
| @@ -76,7 +77,7 @@ public: |
| private: |
| const RenderStyle* style() const; |
|
alancutter (OOO until 2018)
2013/11/27 09:30:58
The style() method can probably be removed from CS
Timothy Loh
2013/11/28 03:41:53
Done.
|
| - const RenderStyle* rootElementStyle() const; |
| + const CSSToLengthConversionData& cssToLengthConversionData() const; |
| bool useSVGZoomRules() const; |
| PassRefPtr<StyleImage> styleImage(CSSPropertyID, CSSValue*); |