aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrBackendSurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrBackendSurface.h')
-rw-r--r--include/gpu/GrBackendSurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrBackendSurface.h b/include/gpu/GrBackendSurface.h
index a2df90cd0d..94ab39aca2 100644
--- a/include/gpu/GrBackendSurface.h
+++ b/include/gpu/GrBackendSurface.h
@@ -26,7 +26,7 @@ public:
}
#ifdef SK_VULKAN
- static GrBackendFormat MakeVK(VkFormat format) {
+ static GrBackendFormat MakeVk(VkFormat format) {
return GrBackendFormat(format);
}
#endif