| Index: Source/core/style/NinePieceImage.h
|
| diff --git a/Source/core/style/NinePieceImage.h b/Source/core/style/NinePieceImage.h
|
| index 32834028cf5aeb7d78720caebde3591c349a5225..0db030f3254866eb0fbedf752fca0800d703c605 100644
|
| --- a/Source/core/style/NinePieceImage.h
|
| +++ b/Source/core/style/NinePieceImage.h
|
| @@ -30,6 +30,7 @@
|
| #include "core/style/StyleImage.h"
|
| #include "platform/LayoutUnit.h"
|
| #include "platform/LengthBox.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -59,6 +60,7 @@ private:
|
| };
|
|
|
| class CORE_EXPORT NinePieceImage {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| NinePieceImage();
|
| NinePieceImage(PassRefPtrWillBeRawPtr<StyleImage>, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices,
|
|
|