aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-03-29 17:20:46 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-29 22:00:05 +0000
commit155dd716f1d7bb1fc38989d5ea2151dc7562b982 (patch)
tree2aeb24b4b502a3dd659cead22eae7a31f4a1d981 /include/gpu
parent26d36c47e6f05f054040116fff30733510577a98 (diff)
Add SK_API to GrContextThreadSafeProxy
TBR=egdaniel@google.com TBR=bsalomon@google.com Change-Id: I7dabb22ae391c6ec124bdfc65c4120de4193352e Reviewed-on: https://skia-review.googlesource.com/117235 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 6903dc3af0..cc9346c269 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -347,7 +347,7 @@ private:
* Can be used to perform actions related to the generating GrContext in a thread safe manner. The
* proxy does not access the 3D API (e.g. OpenGL) that backs the generating GrContext.
*/
-class GrContextThreadSafeProxy : public SkRefCnt {
+class SK_API GrContextThreadSafeProxy : public SkRefCnt {
public:
bool matches(GrContext* context) const { return context->uniqueID() == fContextUniqueID; }