| 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 e351863d66c22aa26b3a63bb3b3c9054bbac116c..36ca8d206512b61ae9f825990789841af08f034f 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 "platform/wtf/HashMap.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/HashMap.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|