Chromium Code Reviews| Index: tests/ReadWriteAlphaTest.cpp |
| =================================================================== |
| --- tests/ReadWriteAlphaTest.cpp (revision 10843) |
| +++ tests/ReadWriteAlphaTest.cpp (working copy) |
| @@ -82,7 +82,7 @@ |
| REPORTER_ASSERT(reporter, match); |
| // Now try writing on the single channel texture |
| - SkAutoTUnref<SkDevice> device(new SkGpuDevice(context, texture->asRenderTarget())); |
| + SkAutoTUnref<SkBaseDevice> device(new SkGpuDevice(context, texture->asRenderTarget())); |
| SkCanvas canvas(device); |
| SkPaint paint; |