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

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

Issue 1545713003: Add StylePath and use it to store 'd' in ComputedStyle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2015->2016; Remove unnecessary explicit. Created 4 years, 11 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 88d38aa7474a2f73753a182782e946504935f249..5adcb8ca9fff2697a84ae7fda8e4a87c967407a4 100644
--- a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
+++ b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
@@ -29,7 +29,7 @@
#define SVGComputedStyleDefs_h
#include "core/CoreExport.h"
-#include "core/css/CSSPathValue.h"
+#include "core/style/StylePath.h"
#include "platform/Length.h"
#include "platform/graphics/Color.h"
#include "wtf/Allocator.h"
@@ -290,7 +290,7 @@ class StyleLayoutData : public RefCounted<StyleLayoutData> {
{
return !(*this == other);
}
- RefPtrWillBePersistent<CSSPathValue> d;
+ RefPtr<StylePath> d;
Length cx;
Length cy;
Length x;
« 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