Chromium Code Reviews| Index: tools/viewer/sk_app/VulkanWindowContext.cpp |
| diff --git a/tools/viewer/sk_app/VulkanWindowContext.cpp b/tools/viewer/sk_app/VulkanWindowContext.cpp |
| index d892cd478388646d8c1444273b435607ccbdd662..5087e5d4fd9c4df335bbf6ac3082f76a6805e390 100644 |
| --- a/tools/viewer/sk_app/VulkanWindowContext.cpp |
| +++ b/tools/viewer/sk_app/VulkanWindowContext.cpp |
| @@ -410,7 +410,6 @@ void VulkanWindowContext::destroyContext() { |
| fSurface = VK_NULL_HANDLE; |
| } |
| - fContext->abandonContext(); |
|
jvanverth1
2016/07/01 19:08:07
Removing this solves the leaked resources issue in
|
| fContext->unref(); |
| fBackendContext.reset(nullptr); |