| Index: Source/core/layout/shapes/PolygonShape.h
|
| diff --git a/Source/core/layout/shapes/PolygonShape.h b/Source/core/layout/shapes/PolygonShape.h
|
| index 9c9036b3b1d7ae7dcb1fe28423b63acc507ea723..8573bb5c3fa7777aabd1deafd22f74eef3c24294 100644
|
| --- a/Source/core/layout/shapes/PolygonShape.h
|
| +++ b/Source/core/layout/shapes/PolygonShape.h
|
| @@ -37,6 +37,7 @@
|
| namespace blink {
|
|
|
| class OffsetPolygonEdge final : public VertexPair {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| OffsetPolygonEdge(const FloatPolygonEdge& edge, const FloatSize& offset)
|
| : m_vertex1(edge.vertex1() + offset)
|
|
|