aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/core/SkPathMeasure.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/core/SkPathMeasure.h b/include/core/SkPathMeasure.h
index 6866ccedae..bc46b4a38b 100644
--- a/include/core/SkPathMeasure.h
+++ b/include/core/SkPathMeasure.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -6,14 +5,13 @@
* found in the LICENSE file.
*/
-
#ifndef SkPathMeasure_DEFINED
#define SkPathMeasure_DEFINED
#include "SkPath.h"
#include "SkTDArray.h"
-class SkPathMeasure : SkNoncopyable {
+class SK_API SkPathMeasure : SkNoncopyable {
public:
SkPathMeasure();
/** Initialize the pathmeasure with the specified path. The path must remain valid