aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/vk
diff options
context:
space:
mode:
authorGravatar Peng Huang <penghuang@chromium.org>2018-02-05 13:48:57 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-05 19:37:56 +0000
commit52347e7d775645c91313eafa19e8db949d9c8feb (patch)
tree6a14b3764b9e55ce6cd1d3b3ef52127d27986978 /include/gpu/vk
parent9d02182c0b11abc74d252dbfffe1b49d8d089a9a (diff)
Fix link error with compoent build
Bug: skia: Change-Id: I5f390b7e7cb4351cb08bfdeb2af93f5851e001b2 Reviewed-on: https://skia-review.googlesource.com/103900 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/gpu/vk')
-rw-r--r--include/gpu/vk/GrVkBackendContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/vk/GrVkBackendContext.h b/include/gpu/vk/GrVkBackendContext.h
index 68791ba945..fdc71d373f 100644
--- a/include/gpu/vk/GrVkBackendContext.h
+++ b/include/gpu/vk/GrVkBackendContext.h
@@ -35,7 +35,7 @@ enum GrVkFeatureFlags {
// The QueueFamilyIndex must match the family of the given queue. It is needed for CommandPool
// creation, and any GrBackendObjects handed to us (e.g., for wrapped textures) need to be created
// in or transitioned to that family.
-struct GrVkBackendContext : public SkRefCnt {
+struct SK_API GrVkBackendContext : public SkRefCnt {
VkInstance fInstance;
VkPhysicalDevice fPhysicalDevice;
VkDevice fDevice;