Index: src/effects/SkColorFilterImageFilter.cpp |
=================================================================== |
--- src/effects/SkColorFilterImageFilter.cpp (revision 10994) |
+++ src/effects/SkColorFilterImageFilter.cpp (working copy) |
@@ -111,7 +111,7 @@ |
return false; |
} |
- SkAutoTUnref<SkDevice> device(proxy->createDevice(bounds.width(), bounds.height())); |
+ SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); |
SkCanvas canvas(device.get()); |
SkPaint paint; |