| 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 696c1229fc1efb7c3e4ac91dc3a6a683b5e7aae3..5851359797d380b301c058b672bfe3e2d9abe263 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 {
|
|
|
| @@ -103,9 +103,7 @@ class SVGPaintContext {
|
| : m_object(object),
|
| m_paintInfo(paintInfo),
|
| m_filter(nullptr),
|
| - m_masker(nullptr)
|
| - {
|
| - }
|
| + m_masker(nullptr) {}
|
|
|
| ~SVGPaintContext();
|
|
|
|
|