| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| index 11d859abc33551a3936f3f71c84dcd9c914c8792..3435c4c5c6531488341d6f2ff225311bd39c4183 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| @@ -22,12 +22,12 @@
|
| #ifndef LayoutSVGResourcePattern_h
|
| #define LayoutSVGResourcePattern_h
|
|
|
| +#include <memory>
|
| #include "core/layout/svg/LayoutSVGResourcePaintServer.h"
|
| #include "core/svg/PatternAttributes.h"
|
| #include "platform/heap/Handle.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "wtf/HashMap.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|