| Index: third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.cpp b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| index bd468aaac9c755ddd6f27252ecef78ab7de76e94..0c0528155ad6e4b8f288a69750358606fa3ff246 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/paint/FilterPainter.h"
|
|
|
| +#include <memory>
|
| #include "core/paint/FilterEffectBuilder.h"
|
| #include "core/paint/LayerClipRecorder.h"
|
| #include "core/paint/PaintLayer.h"
|
| @@ -15,8 +16,7 @@
|
| #include "platform/graphics/filters/SkiaImageFilterBuilder.h"
|
| #include "platform/graphics/paint/FilterDisplayItem.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|