Index: tools/SkBitmapRegionDecoderInterface.h |
diff --git a/tools/SkBitmapRegionDecoderInterface.h b/tools/SkBitmapRegionDecoderInterface.h |
index 047f023c808bd4a419befb5d98334e5990140ecd..09b9cd287c6f54d7ba9a75b07a7fcfb4e16d2a1a 100644 |
--- a/tools/SkBitmapRegionDecoderInterface.h |
+++ b/tools/SkBitmapRegionDecoderInterface.h |
@@ -21,7 +21,7 @@ public: |
enum Strategy { |
kCanvas_Strategy, // Draw to the canvas, uses SkCodec |
kOriginal_Strategy, // Sampling, uses SkImageDecoder |
- // TODO (msarett): Add strategy for SkScaledCodec |
+ kCodec_Strategy, // Uses SkScaledCodec for scaling and subsetting |
scroggo
2015/10/12 19:18:09
nit: Maybe this should be kScaledCodec_Strategy
msarett
2015/10/21 19:15:09
Done.
|
}; |
/* |