aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrBackendSurface.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-07-07 10:34:40 -0400
committerGravatar Brian Salomon <bsalomon@google.com>2017-07-07 16:57:25 +0000
commitec045b431211082563a4352ccf2c9d5b3765048e (patch)
treee31786d0a74d2ab263662b21806987802974b023 /include/gpu/GrBackendSurface.h
parentf4d57d633fa5aacd67e2470846e8ed08c87cb08e (diff)
Add SK_API to GrBackendTexture and GrBackendRenderTarget
Change-Id: Ibae248bf8e2d2da860e99b62346e737da55a85b5 Reviewed-on: https://skia-review.googlesource.com/21827 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/gpu/GrBackendSurface.h')
-rw-r--r--include/gpu/GrBackendSurface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrBackendSurface.h b/include/gpu/GrBackendSurface.h
index 60a9eb5009..cf5d82b1d5 100644
--- a/include/gpu/GrBackendSurface.h
+++ b/include/gpu/GrBackendSurface.h
@@ -15,7 +15,7 @@
#include "vk/GrVkTypes.h"
#endif
-class GrBackendTexture {
+class SK_API GrBackendTexture {
public:
GrBackendTexture(int width,
int height,
@@ -64,7 +64,7 @@ private:
};
};
-class GrBackendRenderTarget {
+class SK_API GrBackendRenderTarget {
public:
GrBackendRenderTarget(int width,
int height,