commit | 1f05f44e8fc0d54afdda04c8e2b846ebad5d9d2f | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Thu Oct 27 16:37:17 2016 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Oct 28 21:14:17 2016 +0000 |
tree | caef452743fa63c904fd8b9aa3ff1b4f910f406b | |
parent | 5011f8547c6de936f20bc954d5fd131a52106f33 [diff] [blame] |
Various fixes in VulkanWindowContext BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4066 Change-Id: Ib42dbe70e868c83bdf06e370388e0cc7639a0992 Reviewed-on: https://skia-review.googlesource.com/4066 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
diff --git a/tools/viewer/sk_app/VulkanWindowContext.h b/tools/viewer/sk_app/VulkanWindowContext.h index abb8730..c1ed871 100644 --- a/tools/viewer/sk_app/VulkanWindowContext.h +++ b/tools/viewer/sk_app/VulkanWindowContext.h
@@ -36,8 +36,8 @@ this->createSwapchain(fWidth, fHeight, params); } - GrBackendContext getBackendContext() override { - return (GrBackendContext) fBackendContext.get(); + GrBackendContext getBackendContext() override { + return (GrBackendContext) fBackendContext.get(); } /** Platform specific function that creates a VkSurfaceKHR for a window */