| Index: third_party/WebKit/Source/core/paint/SVGFilterPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGFilterPainter.h b/third_party/WebKit/Source/core/paint/SVGFilterPainter.h
|
| index 13f9a77ebbfffcbefcc16e1b1146e43a6772581c..f6e87159ae366ce04d218b6f381136e4517a3fa0 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef SVGFilterPainter_h
|
| #define SVGFilterPainter_h
|
|
|
| +#include <memory>
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "wtf/Allocator.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|