| Index: tools/SkBitmapRegionDecoder.h
|
| diff --git a/tools/SkBitmapRegionDecoder.h b/tools/SkBitmapRegionDecoder.h
|
| index 618ab16f5ddb98e6e60c252da5df889430034e08..294adc3df1a7302d19087a42c04652e764239963 100644
|
| --- a/tools/SkBitmapRegionDecoder.h
|
| +++ b/tools/SkBitmapRegionDecoder.h
|
| @@ -21,7 +21,6 @@ public:
|
|
|
| enum Strategy {
|
| kCanvas_Strategy, // Draw to the canvas, uses SkCodec
|
| - kOriginal_Strategy, // Sampling, uses SkImageDecoder
|
| kAndroidCodec_Strategy, // Uses SkAndroidCodec for scaling and subsetting
|
| };
|
|
|
|
|