Index: gm/bigrrectaaeffect.cpp |
diff --git a/gm/bigrrectaaeffect.cpp b/gm/bigrrectaaeffect.cpp |
index f4a12523683b4cfffaead2c06428b4804f30ebc6..b8529618264676778a3603a589e63c8164f0268f 100644 |
--- a/gm/bigrrectaaeffect.cpp |
+++ b/gm/bigrrectaaeffect.cpp |
@@ -56,7 +56,7 @@ protected: |
return; |
} |
- SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(rt)); |
+ sk_sp<GrDrawContext> drawContext(context->drawContext(sk_ref_sp(rt))); |
if (!drawContext) { |
return; |
} |