| Index: third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp b/third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp
|
| index 6b363408a467330419ec5b36bd90aa0e4b848a1a..c0099b571e7a3f5c8ecee9c7fba6663872a9fd81 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp
|
| @@ -30,17 +30,17 @@
|
|
|
| #include "platform/graphics/DrawLooperBuilder.h"
|
|
|
| +#include <memory>
|
| #include "platform/geometry/FloatSize.h"
|
| #include "platform/graphics/Color.h"
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkColorFilter.h"
|
| #include "third_party/skia/include/core/SkDrawLooper.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
| #include "third_party/skia/include/effects/SkBlurMaskFilter.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|