| Index: Source/core/css/CSSToStyleMap.h
|
| diff --git a/Source/core/css/CSSToStyleMap.h b/Source/core/css/CSSToStyleMap.h
|
| index af1ce0519147d0c90bfd8a0c68234b1e118c1a3e..4ddd4dd6026e0fbc371b863f62d27a60820f733c 100644
|
| --- a/Source/core/css/CSSToStyleMap.h
|
| +++ b/Source/core/css/CSSToStyleMap.h
|
| @@ -24,7 +24,7 @@
|
|
|
| #include "CSSPropertyNames.h"
|
| #include "core/css/resolver/ElementStyleResources.h"
|
| -#include "platform/LengthBox.h"
|
| +#include "platform/LengthOrNumberBox.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
| @@ -71,7 +71,7 @@ public:
|
|
|
| void mapNinePieceImage(RenderStyle* mutableStyle, CSSPropertyID, CSSValue*, NinePieceImage&);
|
| void mapNinePieceImageSlice(CSSValue*, NinePieceImage&) const;
|
| - LengthBox mapNinePieceImageQuad(CSSValue*) const;
|
| + LengthOrNumberBox mapNinePieceImageQuad(CSSValue*) const;
|
| void mapNinePieceImageRepeat(CSSValue*, NinePieceImage&) const;
|
|
|
| private:
|
|
|