commit | ccde4ab8e6f5d9f0634d7f156dc1617fd0e48581 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Wed Jul 27 08:50:12 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 27 08:50:12 2016 -0700 |
tree | 186ccbc5e9a8e120e90b91cd0bedaeaf2b43e4d1 | |
parent | fc560e09b3f777bb32dccb9f52d715383a10a620 [diff] [blame] |
SW backend for viewer on Windows GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2182273002 Review-Url: https://codereview.chromium.org/2182273002
diff --git a/tools/viewer/sk_app/VulkanWindowContext.cpp b/tools/viewer/sk_app/VulkanWindowContext.cpp index 74c0674..f2fc1e5 100644 --- a/tools/viewer/sk_app/VulkanWindowContext.cpp +++ b/tools/viewer/sk_app/VulkanWindowContext.cpp
@@ -85,7 +85,7 @@ vkGetDeviceQueue(fBackendContext->fDevice, fPresentQueueIndex, 0, &fPresentQueue); } -bool VulkanWindowContext::createSwapchain(uint32_t width, uint32_t height, +bool VulkanWindowContext::createSwapchain(int width, int height, const DisplayParams& params) { // check for capabilities VkSurfaceCapabilitiesKHR caps;