| 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 ae3e3a9a69802b7cf775d15fd36be1b4fc1400d7..88d38aa7474a2f73753a182782e946504935f249 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/css/CSSPathValue.h"
|
| #include "platform/Length.h"
|
| #include "platform/graphics/Color.h"
|
| #include "wtf/Allocator.h"
|
| @@ -289,6 +290,7 @@ class StyleLayoutData : public RefCounted<StyleLayoutData> {
|
| {
|
| return !(*this == other);
|
| }
|
| + RefPtrWillBePersistent<CSSPathValue> d;
|
| Length cx;
|
| Length cy;
|
| Length x;
|
|
|