| Index: Source/core/css/CSSToStyleMap.h
|
| diff --git a/Source/core/css/CSSToStyleMap.h b/Source/core/css/CSSToStyleMap.h
|
| index af1ce0519147d0c90bfd8a0c68234b1e118c1a3e..e91646286ca7bda4b0f60d4198464e23a7e3eb83 100644
|
| --- a/Source/core/css/CSSToStyleMap.h
|
| +++ b/Source/core/css/CSSToStyleMap.h
|
| @@ -24,7 +24,6 @@
|
|
|
| #include "CSSPropertyNames.h"
|
| #include "core/css/resolver/ElementStyleResources.h"
|
| -#include "platform/LengthBox.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
| @@ -36,6 +35,7 @@ class RenderStyle;
|
| class StyleImage;
|
| class StyleResolverState;
|
| class NinePieceImage;
|
| +class BorderImageLengthBox;
|
|
|
| // CSSToStyleMap is a short-lived helper object which
|
| // given the current StyleResolverState can map
|
| @@ -71,7 +71,7 @@ public:
|
|
|
| void mapNinePieceImage(RenderStyle* mutableStyle, CSSPropertyID, CSSValue*, NinePieceImage&);
|
| void mapNinePieceImageSlice(CSSValue*, NinePieceImage&) const;
|
| - LengthBox mapNinePieceImageQuad(CSSValue*) const;
|
| + BorderImageLengthBox mapNinePieceImageQuad(CSSValue*) const;
|
| void mapNinePieceImageRepeat(CSSValue*, NinePieceImage&) const;
|
|
|
| private:
|
|
|