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

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

Issue 2476923002: [RFC] Move StyleTransformData to ComputedStyle top-level (Closed)
Patch Set: Add export for StyleTransformData Created 4 years 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/StylePath.h
diff --git a/third_party/WebKit/Source/core/style/StylePath.h b/third_party/WebKit/Source/core/style/StylePath.h
index c6489f6d66f77d810eee765cf78402d6a81f973c..14f3e0daed1f28184d8669ad916b3b9f488fb7dc 100644
--- a/third_party/WebKit/Source/core/style/StylePath.h
+++ b/third_party/WebKit/Source/core/style/StylePath.h
@@ -5,6 +5,7 @@
#ifndef StylePath_h
#define StylePath_h
+#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
@@ -17,7 +18,7 @@ class CSSValue;
class Path;
class SVGPathByteStream;
-class StylePath : public RefCounted<StylePath> {
+class CORE_EXPORT StylePath : public RefCounted<StylePath> {
public:
static PassRefPtr<StylePath> create(std::unique_ptr<SVGPathByteStream>);
~StylePath();

Powered by Google App Engine
This is Rietveld 408576698