Add SK_API to GrGpuResource

TBR=reed@google.com

Review URL: https://codereview.chromium.org/638963003
This commit is contained in:
bsalomon 2014-10-08 10:24:07 -07:00 committed by Commit bot
parent 691d6730e0
commit 544fe2338f

View File

@ -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)