aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-08 10:24:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-08 10:24:07 -0700
commit544fe2338ff7459dbd887549aca31b8fc4cde7f4 (patch)
treefb39b0b5fa32a835e0cd41dd3289cea87fb78bcc
parent691d6730e0b1b6bd951cbfa39b34ef7e1a115831 (diff)
Add SK_API to GrGpuResource
TBR=reed@google.com Review URL: https://codereview.chromium.org/638963003
-rw-r--r--include/gpu/GrGpuResource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
index 0d523249e9..afd9275d47 100644
--- a/include/gpu/GrGpuResource.h
+++ b/include/gpu/GrGpuResource.h
@@ -135,7 +135,7 @@ private:
/**
* Base class for objects that can be kept in the GrResourceCache.
*/
-class GrGpuResource : public GrIORef<GrGpuResource> {
+class SK_API GrGpuResource : public GrIORef<GrGpuResource> {
public:
SK_DECLARE_INST_COUNT(GrGpuResource)