Index: tests/ClipCacheTest.cpp |
diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp |
index c3801d74c5967c6fcfbb11cd4b84fe9975936efc..9407688f2de93768986296aa9c58e715ae38cc92 100644 |
--- a/tests/ClipCacheTest.cpp |
+++ b/tests/ClipCacheTest.cpp |
@@ -58,7 +58,7 @@ static void test_clip_bounds(skiatest::Reporter* reporter, GrContext* context) { |
return; |
} |
- GrAutoUnref au(texture); |
+ SkAutoUnref au(texture); |
SkIRect intScreen = SkIRect::MakeWH(kXSize, kYSize); |
SkRect screen; |