Index: tools/SkBitmapRegionCanvas.h |
diff --git a/tools/SkBitmapRegionCanvas.h b/tools/SkBitmapRegionCanvas.h |
index 0dfd5b8669a1e60109d94556e83b4683246a6e65..f41d5b94847fb78a26e97404128d1fc0ab0fff05 100644 |
--- a/tools/SkBitmapRegionCanvas.h |
+++ b/tools/SkBitmapRegionCanvas.h |
@@ -6,7 +6,7 @@ |
*/ |
#include "SkBitmap.h" |
-#include "SkBitmapRegionDecoderInterface.h" |
+#include "SkBitmapRegionDecoder.h" |
#include "SkCodec.h" |
/* |
@@ -16,7 +16,7 @@ |
*/ |
// FIXME (msarett): This implementation does not support WEBP, because WEBP |
// does not have a scanline decoder. |
-class SkBitmapRegionCanvas : public SkBitmapRegionDecoderInterface { |
+class SkBitmapRegionCanvas : public SkBitmapRegionDecoder { |
public: |
/* |
@@ -36,6 +36,6 @@ private: |
SkAutoTDelete<SkCodec> fDecoder; |
- typedef SkBitmapRegionDecoderInterface INHERITED; |
+ typedef SkBitmapRegionDecoder INHERITED; |
}; |