aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TestUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestUtils.h')
-rw-r--r--tests/TestUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestUtils.h b/tests/TestUtils.h
index 6f878bfa29..fc310be2c8 100644
--- a/tests/TestUtils.h
+++ b/tests/TestUtils.h
@@ -29,6 +29,6 @@ void test_copy_from_surface(skiatest::Reporter*, GrContext*,
bool onlyTestRTConfig, const char* testName);
// Ensure that RGBA 8888 pixels can be copied into 'dstContext'
-void test_copy_to_surface(skiatest::Reporter*, GrResourceProvider*,
+void test_copy_to_surface(skiatest::Reporter*, GrProxyProvider*,
GrSurfaceContext* dstContext, const char* testName);
#endif