| Index: Source/core/css/resolver/CSSToStyleMap.h
|
| diff --git a/Source/core/css/resolver/CSSToStyleMap.h b/Source/core/css/resolver/CSSToStyleMap.h
|
| index 52c36975def3bcad2d79962cc7e98b8830697a74..0bf3be963fe4841aa65b2774b74db9c2ef001647 100644
|
| --- a/Source/core/css/resolver/CSSToStyleMap.h
|
| +++ b/Source/core/css/resolver/CSSToStyleMap.h
|
| @@ -27,6 +27,7 @@
|
| #include "core/animation/css/CSSTransitionData.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "platform/animation/TimingFunction.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -37,6 +38,7 @@ class NinePieceImage;
|
| class BorderImageLengthBox;
|
|
|
| class CSSToStyleMap {
|
| + STATIC_ONLY(CSSToStyleMap);
|
| public:
|
| static void mapFillAttachment(StyleResolverState&, FillLayer*, CSSValue*);
|
| static void mapFillClip(StyleResolverState&, FillLayer*, CSSValue*);
|
|
|