| Index: third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| index 97ba3e5969e9a247d26ed81413f360affd92bbd9..4c716e77deded90f04be30e27812d798b29c86bf 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| @@ -29,6 +29,7 @@
|
|
|
| #include "core/layout/shapes/Shape.h"
|
|
|
| +#include <memory>
|
| #include "core/css/BasicShapeFunctions.h"
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| @@ -44,10 +45,9 @@
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/typed_arrays/ArrayBufferContents.h"
|
| -#include <memory>
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBufferContents.h"
|
|
|
| namespace blink {
|
|
|
|
|