| 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 0c73f01acc3b655a2b3d83362ed5fef8fa0faa3d..ef788598f2a083f934c09672fa1d780ab8bf0f85 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StrokeData.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StrokeData.h
|
| @@ -35,11 +35,11 @@
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/Pattern.h"
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefPtr.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"
|
|
|
| namespace blink {
|
|
|
|
|