| Index: third_party/WebKit/Source/platform/graphics/StrokeData.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/StrokeData.h b/third_party/WebKit/Source/platform/graphics/StrokeData.h
|
| index bb5335fe2cab62f207524138be8616452b1befb9..cded26afef19c3f502e5c76db112939fb9bdd382 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StrokeData.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StrokeData.h
|
| @@ -34,8 +34,8 @@
|
| #include "platform/graphics/Gradient.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/Pattern.h"
|
| -#include "third_party/skia/include/core/SkColorPriv.h"
|
| -#include "third_party/skia/include/effects/SkDashPathEffect.h"
|
| +#include "third_party/skia/include/core/SkPaint.h"
|
| +#include "third_party/skia/include/core/SkPathEffect.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|