| 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 5646e1ac1c77b68443b16e6620004c14b57c1818..adc3422dd25899235bdf6352f4648767436dc1f5 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"
|
| @@ -16,7 +17,6 @@
|
| #include "platform/graphics/paint/FilterDisplayItem.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|