Index: src/effects/SkMergeImageFilter.cpp |
=================================================================== |
--- src/effects/SkMergeImageFilter.cpp (revision 10994) |
+++ src/effects/SkMergeImageFilter.cpp (working copy) |
@@ -109,7 +109,7 @@ |
const int x0 = bounds.left(); |
const int y0 = bounds.top(); |
- SkAutoTUnref<SkDevice> dst(proxy->createDevice(bounds.width(), bounds.height())); |
+ SkAutoTUnref<SkBaseDevice> dst(proxy->createDevice(bounds.width(), bounds.height())); |
if (NULL == dst) { |
return false; |
} |