| Index: Source/platform/geometry/FloatPolygon.cpp
|
| diff --git a/Source/platform/geometry/FloatPolygon.cpp b/Source/platform/geometry/FloatPolygon.cpp
|
| index e88f8d7eed805a0a02f86ffc71d2e4ec3c407f31..11fc6be221f46f03faa62dace9046746d9062882 100644
|
| --- a/Source/platform/geometry/FloatPolygon.cpp
|
| +++ b/Source/platform/geometry/FloatPolygon.cpp
|
| @@ -79,7 +79,7 @@ static unsigned findNextEdgeVertexIndex(const FloatPolygon& polygon, unsigned ve
|
| return vertexIndex2;
|
| }
|
|
|
| -FloatPolygon::FloatPolygon(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule)
|
| +FloatPolygon::FloatPolygon(PassOwnPtr<Vector<FloatPoint>> vertices, WindRule fillRule)
|
| : m_vertices(vertices)
|
| , m_fillRule(fillRule)
|
| {
|
|
|