| Index: third_party/WebKit/Source/platform/geometry/FloatPolygon.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatPolygon.h b/third_party/WebKit/Source/platform/geometry/FloatPolygon.h
|
| index 34f3f965eeadfd3b04dcde8c8c62f270ade85e14..42538bd0148427d21928ac84f21f8cbc94a94e8d 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatPolygon.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatPolygon.h
|
| @@ -30,13 +30,13 @@
|
| #ifndef FloatPolygon_h
|
| #define FloatPolygon_h
|
|
|
| +#include <memory>
|
| #include "platform/PODIntervalTree.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|