aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathRenderer.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-20 12:23:06 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-20 12:23:06 +0000
commitd28063e4916b489f572eb8358efcb7305f88c2fd (patch)
tree4f9b61988b56e6920d4df1e6149b187455f85bf5 /src/gpu/GrPathRenderer.h
parenta61ba109bf1a60c6de8f9ebea043e782497b88cc (diff)
Replace uses of GR_API by SK_API.
R=bsalomon@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://chromiumcodereview.appspot.com/22881005 git-svn-id: http://skia.googlecode.com/svn/trunk@10808 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrPathRenderer.h')
-rw-r--r--src/gpu/GrPathRenderer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/GrPathRenderer.h b/src/gpu/GrPathRenderer.h
index 27fbb3d76a..c49dd482f8 100644
--- a/src/gpu/GrPathRenderer.h
+++ b/src/gpu/GrPathRenderer.h
@@ -6,7 +6,6 @@
* found in the LICENSE file.
*/
-
#ifndef GrPathRenderer_DEFINED
#define GrPathRenderer_DEFINED
@@ -28,7 +27,7 @@ struct GrPoint;
* stages before GrPaint::kTotalStages are reserved for setting up the draw (i.e., textures and
* filter masks).
*/
-class GR_API GrPathRenderer : public GrRefCnt {
+class SK_API GrPathRenderer : public GrRefCnt {
public:
SK_DECLARE_INST_COUNT(GrPathRenderer)