| Index: tools/SkBitmapRegionDecoderInterface.h
|
| diff --git a/tools/SkBitmapRegionDecoderInterface.h b/tools/SkBitmapRegionDecoderInterface.h
|
| index 047f023c808bd4a419befb5d98334e5990140ecd..8b15ad9986d2ce6e066f9944826fbfd49e5abe82 100644
|
| --- a/tools/SkBitmapRegionDecoderInterface.h
|
| +++ b/tools/SkBitmapRegionDecoderInterface.h
|
| @@ -19,9 +19,9 @@ class SkBitmapRegionDecoderInterface {
|
| public:
|
|
|
| enum Strategy {
|
| - kCanvas_Strategy, // Draw to the canvas, uses SkCodec
|
| - kOriginal_Strategy, // Sampling, uses SkImageDecoder
|
| - // TODO (msarett): Add strategy for SkScaledCodec
|
| + kCanvas_Strategy, // Draw to the canvas, uses SkCodec
|
| + kOriginal_Strategy, // Sampling, uses SkImageDecoder
|
| + kAndroidCodec_Strategy, // Uses SkAndroidCodec for scaling and subsetting
|
| };
|
|
|
| /*
|
|
|