projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
691d673
)
Add SK_API to GrGpuResource
author
bsalomon
<bsalomon@google.com>
Wed, 8 Oct 2014 17:24:07 +0000
(10:24 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Wed, 8 Oct 2014 17:24:07 +0000
(10:24 -0700)
TBR=reed@google.com
Review URL: https://codereview.chromium.org/
638963003
include/gpu/GrGpuResource.h
patch
|
blob
|
history
diff --git
a/include/gpu/GrGpuResource.h
b/include/gpu/GrGpuResource.h
index 0d523249e9cbd7c933b65d1557ccf02c69140e77..afd9275d472fc447dd38650dd89cca95a918baa1 100644
(file)
--- 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)