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

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

Issue 2312713002: Unprefix -webkit-clip-path (Closed)
Patch Set: Rebase 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 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:
« 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