From 1afd4cdb0800e2e395b465da24eb71e0e834dafa Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Mon, 8 Jan 2018 13:40:32 -0500 Subject: Add GrProxyProvider This pulls all the proxy tracking & creation functionality out of the GrResourceCache and GrResourceProvider and consolidates it in the GrProxyProvider. Change-Id: I7256f7c544319a70c1bd93dd5a9ccbe5fa0a544f Reviewed-on: https://skia-review.googlesource.com/91501 Commit-Queue: Robert Phillips Reviewed-by: Greg Daniel --- tests/TestUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TestUtils.h') 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 -- cgit v1.2.3