| Index: tests/ReadWriteAlphaTest.cpp
|
| diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp
|
| index 8ae936e97ba7dad8d8f573d4952e8961f6adfe81..fb177df8b5b6fc438b88b033cfd5e2bb208c656c 100644
|
| --- a/tests/ReadWriteAlphaTest.cpp
|
| +++ b/tests/ReadWriteAlphaTest.cpp
|
| @@ -46,7 +46,7 @@ static void ReadWriteAlphaTest(skiatest::Reporter* reporter, GrContextFactory* f
|
| return;
|
| }
|
|
|
| - GrAutoUnref au(texture);
|
| + SkAutoUnref au(texture);
|
|
|
| // create a distinctive texture
|
| for (int y = 0; y < Y_SIZE; ++y) {
|
|
|