Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: include/gpu/vk/GrVkBackendContext.h

Issue 1848833005: First pass at VulkanViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Revise setup and event handling Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/gpu/vk/GrVkBackendContext.h
diff --git a/include/gpu/vk/GrVkBackendContext.h b/include/gpu/vk/GrVkBackendContext.h
index 82a9f94bccd46f34cb44ebc4105a4ef05247e0a1..e5a04c91191d86ada1c5e6f2b6610c6faba8cd85 100644
--- a/include/gpu/vk/GrVkBackendContext.h
+++ b/include/gpu/vk/GrVkBackendContext.h
@@ -49,7 +49,7 @@ struct GrVkBackendContext : public SkRefCnt {
uint32_t fMinAPIVersion;
uint32_t fExtensions;
uint32_t fFeatures;
- SkAutoTUnref<const GrVkInterface> fInterface;
bsalomon 2016/04/05 14:24:43 was this accidental? I miss the space.
jvanverth1 2016/04/05 18:16:48 Done.
+ SkAutoTUnref<const GrVkInterface>fInterface;
// Helper function to create the default Vulkan objects needed by the GrVkGpu object
static const GrVkBackendContext* Create();

Powered by Google App Engine
This is Rietveld 408576698