aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMGpuTestProcs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DMGpuTestProcs.cpp')
-rw-r--r--dm/DMGpuTestProcs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/dm/DMGpuTestProcs.cpp b/dm/DMGpuTestProcs.cpp
index ae8c7ab689..abae62806f 100644
--- a/dm/DMGpuTestProcs.cpp
+++ b/dm/DMGpuTestProcs.cpp
@@ -19,9 +19,6 @@ bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
return kVulkan_GrBackend == GrContextFactory::ContextTypeBackend(type);
}
-bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) {
- return kMetal_GrBackend == GrContextFactory::ContextTypeBackend(type);
-}
bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type);
}