aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-07-08 07:53:10 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-08 07:53:10 -0700
commitcc97ece0583b1b1edb8f39d6dc32360d364a0171 (patch)
tree4ff0c3e8703042f6a5d19763dd0451c18f2f79c5 /include/gpu
parent38408460addd4104f4b321bd085f6855c902231b (diff)
Add SK_API to GrSurface
TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1209043012
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrSurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h
index bdf48be0f9..3515a1a68f 100644
--- a/include/gpu/GrSurface.h
+++ b/include/gpu/GrSurface.h
@@ -18,7 +18,7 @@ class GrRenderTarget;
class GrSurfacePriv;
class GrTexture;
-class GrSurface : public GrGpuResource {
+class SK_API GrSurface : public GrGpuResource {
public:
/**
* Retrieves the width of the surface.