| 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 adc4f6ef7095cf3be2685e23946fcc77f8dc51f3..4713e75a73a485225c464f482d5c439dab1dcd33 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| @@ -29,6 +29,7 @@
|
| #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"
|
| @@ -248,7 +249,7 @@ public:
|
| return !(*this == other);
|
| }
|
|
|
| - AtomicString clipper;
|
| + RefPtr<ClipPathOperation> clipPath;
|
| AtomicString masker;
|
|
|
| private:
|
|
|