Index: tools/SkBitmapRegionCodec.h |
diff --git a/tools/SkBitmapRegionCodec.h b/tools/SkBitmapRegionCodec.h |
index ade72fa9364417c3088c8be6502a1c1ec2e2b676..1739a0437888159429e9b9e562d45f452601261b 100644 |
--- a/tools/SkBitmapRegionCodec.h |
+++ b/tools/SkBitmapRegionCodec.h |
@@ -6,13 +6,13 @@ |
*/ |
#include "SkBitmap.h" |
-#include "SkBitmapRegionDecoderInterface.h" |
+#include "SkBitmapRegionDecoder.h" |
#include "SkAndroidCodec.h" |
/* |
* This class implements SkBitmapRegionDecoder using an SkAndroidCodec. |
*/ |
-class SkBitmapRegionCodec : public SkBitmapRegionDecoderInterface { |
+class SkBitmapRegionCodec : public SkBitmapRegionDecoder { |
public: |
/* |
@@ -32,6 +32,6 @@ private: |
SkAutoTDelete<SkAndroidCodec> fCodec; |
- typedef SkBitmapRegionDecoderInterface INHERITED; |
+ typedef SkBitmapRegionDecoder INHERITED; |
}; |