| Index: Source/core/style/BasicShapes.h
|
| diff --git a/Source/core/style/BasicShapes.h b/Source/core/style/BasicShapes.h
|
| index b5d9c8fbff7c832798952d674cdc727df028df98..e21249b13b6d9da000ac3dddeff62343bdf47316 100644
|
| --- a/Source/core/style/BasicShapes.h
|
| +++ b/Source/core/style/BasicShapes.h
|
| @@ -35,6 +35,7 @@
|
| #include "platform/Length.h"
|
| #include "platform/LengthSize.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
| @@ -77,6 +78,7 @@ protected:
|
| DEFINE_TYPE_CASTS(thisType, BasicShape, value, value->type() == BasicShape::thisType##Type, value.type() == BasicShape::thisType##Type)
|
|
|
| class BasicShapeCenterCoordinate {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| enum Direction {
|
| TopLeft,
|
| @@ -115,6 +117,7 @@ private:
|
| };
|
|
|
| class BasicShapeRadius {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| enum Type {
|
| Value,
|
|
|