Index: tools/SkBitmapRegionSampler.h |
diff --git a/tools/SkBitmapRegionSampler.h b/tools/SkBitmapRegionSampler.h |
index 48bb23f8976199d549d4b8eb2436fa46a87636ab..3c5a672e80a178556c5261743eed28c14458ef34 100644 |
--- a/tools/SkBitmapRegionSampler.h |
+++ b/tools/SkBitmapRegionSampler.h |
@@ -6,7 +6,7 @@ |
*/ |
#include "SkBitmap.h" |
-#include "SkBitmapRegionDecoderInterface.h" |
+#include "SkBitmapRegionDecoder.h" |
#include "SkImageDecoder.h" |
#include "SkTemplates.h" |
@@ -14,7 +14,7 @@ |
* This class aims to duplicate the current implementation of |
* SkBitmapRegionDecoder in Android. |
*/ |
-class SkBitmapRegionSampler : public SkBitmapRegionDecoderInterface { |
+class SkBitmapRegionSampler : public SkBitmapRegionDecoder { |
public: |
/* |
@@ -40,6 +40,6 @@ private: |
SkAutoTDelete<SkImageDecoder> fDecoder; |
- typedef SkBitmapRegionDecoderInterface INHERITED; |
+ typedef SkBitmapRegionDecoder INHERITED; |
}; |