| Index: Source/core/style/BorderEdge.h
|
| diff --git a/Source/core/style/BorderEdge.h b/Source/core/style/BorderEdge.h
|
| index 63be1824d69031e0128dbece70db6b5dfb999041..e9bbda4a8aa05d00c0b343ddeffddbe81ed36bed 100644
|
| --- a/Source/core/style/BorderEdge.h
|
| +++ b/Source/core/style/BorderEdge.h
|
| @@ -7,10 +7,13 @@
|
|
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "platform/graphics/Color.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| struct BorderEdge {
|
| + STACK_ALLOCATED();
|
| +public:
|
| BorderEdge(int edgeWidth, const Color& edgeColor, EBorderStyle edgeStyle, bool edgeIsPresent = true);
|
| BorderEdge();
|
|
|
|
|