| Index: third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.h b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| index d85ff1feed9697a6a19e6d94b04a83cc0822be7f..82d0baabcec1f15dfb7559919a6ba3e8cc6311a5 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| @@ -25,6 +25,7 @@
|
| #ifndef SVGPaintContext_h
|
| #define SVGPaintContext_h
|
|
|
| +#include <memory>
|
| #include "core/layout/svg/LayoutSVGResourcePaintServer.h"
|
| #include "core/paint/ClipPathClipper.h"
|
| #include "core/paint/ObjectPaintProperties.h"
|
| @@ -34,7 +35,6 @@
|
| #include "platform/graphics/paint/CompositingRecorder.h"
|
| #include "platform/graphics/paint/ScopedPaintChunkProperties.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|