| Index: third_party/WebKit/Source/core/style/ClipPathOperation.h
|
| diff --git a/third_party/WebKit/Source/core/style/ClipPathOperation.h b/third_party/WebKit/Source/core/style/ClipPathOperation.h
|
| index 07f386f230981e886a445a43fbac63c19257a8b1..97cfdaceea017f9ea42638176d6459a3a88cdb11 100644
|
| --- a/third_party/WebKit/Source/core/style/ClipPathOperation.h
|
| +++ b/third_party/WebKit/Source/core/style/ClipPathOperation.h
|
| @@ -30,13 +30,13 @@
|
| #ifndef ClipPathOperation_h
|
| #define ClipPathOperation_h
|
|
|
| +#include <memory>
|
| #include "core/style/BasicShapes.h"
|
| #include "core/svg/SVGElementProxy.h"
|
| #include "platform/graphics/Path.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|