aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu')
-rw-r--r--tools/gpu/vk/VkTestContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpu/vk/VkTestContext.h b/tools/gpu/vk/VkTestContext.h
index afe5cd1199..5c6408a549 100644
--- a/tools/gpu/vk/VkTestContext.h
+++ b/tools/gpu/vk/VkTestContext.h
@@ -24,10 +24,10 @@ public:
bool isValid() const override { return NULL != this->vk(); }
- const GrVkInterface* vk() const { return fVk->fInterface; };
+ const GrVkInterface* vk() const { return fVk->fInterface; }
protected:
- VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {};
+ VkTestContext(sk_sp<const GrVkBackendContext> vk) : fVk(std::move(vk)) {}
sk_sp<const GrVkBackendContext> fVk;