diff options
author | 2013-05-08 13:25:02 +0000 | |
---|---|---|
committer | 2013-05-08 13:25:02 +0000 | |
commit | d0280567129a1ede91730f96a9c5c863beb2bc7b (patch) | |
tree | 6c9d0d8bb003870c9770b773726f3bfc3eb59faa | |
parent | 1b8014ce82d7ff04fdcd81d6591c27bc6fd0dc0f (diff) |
add SK_API
git-svn-id: http://skia.googlecode.com/svn/trunk@9054 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | include/core/SkPathMeasure.h | 4 |
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 |