| 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 8407f1eed075f6be5c69c11975f33fa3c6b69dd0..e1d974519ce30d3cefcec48692e56f9a0e7a5742 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
|
| @@ -44,9 +44,9 @@
|
| #include "platform/geometry/FloatSize.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| -#include "wtf/ArrayBufferContents.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/OwnPtr.h"
|
| +#include "wtf/typed_arrays/ArrayBufferContents.h"
|
|
|
| namespace blink {
|
|
|
|
|