Index: tests/ImageTest.cpp |
diff --git a/tests/ImageTest.cpp b/tests/ImageTest.cpp |
index e7de3694df71eae5b1eedc2f4cc57d1f6ad542f7..a0ce16fcab4d3b264583194d9070f22b3f4a4f46 100644 |
--- a/tests/ImageTest.cpp |
+++ b/tests/ImageTest.cpp |
@@ -889,7 +889,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(NewTextureFromPixmap, reporter, ctxInfo) { |
DEF_GPUTEST_FOR_RENDERING_CONTEXTS(DeferredTextureImage, reporter, ctxInfo) { |
GrContext* context = ctxInfo.grContext(); |
sk_gpu_test::TestContext* testContext = ctxInfo.testContext(); |
- SkAutoTUnref<GrContextThreadSafeProxy> proxy(context->threadSafeProxy()); |
+ sk_sp<GrContextThreadSafeProxy> proxy = context->threadSafeProxy(); |
GrContextFactory otherFactory; |
ContextInfo otherContextInfo = |