| Index: tests/Test.h
|
| diff --git a/tests/Test.h b/tests/Test.h
|
| index 5a3339dad171874dd93fc3bee8966333629c8ebf..ea10cdf7e356f44ca5a4e33c85af274f3f59457d 100644
|
| --- a/tests/Test.h
|
| +++ b/tests/Test.h
|
| @@ -92,7 +92,6 @@ extern bool IsGLContextType(GrContextFactoryContextType);
|
| extern bool IsVulkanContextType(GrContextFactoryContextType);
|
| extern bool IsRenderingGLContextType(GrContextFactoryContextType);
|
| extern bool IsNullGLContextType(GrContextFactoryContextType);
|
| -
|
| void RunWithGPUTestContexts(GrContextTestFn*, GrContextTypeFilterFn*,
|
| Reporter*, sk_gpu_test::GrContextFactory*);
|
|
|
|
|