| Index: third_party/WebKit/Source/platform/graphics/Path.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Path.h b/third_party/WebKit/Source/platform/graphics/Path.h
|
| index 69429c1eb880fa264c8710657a2f139253fce323..37d5a3547c00d470c64d5dfd036193225f143915 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Path.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Path.h
|
| @@ -32,10 +32,10 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/FloatRoundedRect.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| #include "third_party/skia/include/core/SkPath.h"
|
| #include "third_party/skia/include/core/SkPathMeasure.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|