Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h

Issue 2322343003: Add support for <basic-shape> to 'clip-path' on SVG elements (Closed)
Patch Set: Update SPv2 expectations Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « third_party/WebKit/Source/core/style/SVGComputedStyle.h ('k') | third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698