diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrGpuResource.h | 2 |
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) |