| Index: third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| index 4713e75a73a485225c464f482d5c439dab1dcd33..9efb3c056cae16a9e3bd2ab2320ddb399272f4d1 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| @@ -29,7 +29,6 @@
|
| #define SVGComputedStyleDefs_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/style/ClipPathOperation.h"
|
| #include "core/style/StylePath.h"
|
| #include "platform/Length.h"
|
| #include "platform/graphics/Color.h"
|
| @@ -249,7 +248,6 @@ public:
|
| return !(*this == other);
|
| }
|
|
|
| - RefPtr<ClipPathOperation> clipPath;
|
| AtomicString masker;
|
|
|
| private:
|
|
|