Index: include/android/SkBitmapRegionDecoder.h |
diff --git a/include/android/SkBitmapRegionDecoder.h b/include/android/SkBitmapRegionDecoder.h |
index 575ad9dc01a1c5ab538d339537ce1d4f536ab163..913f9476fb27411f988e5ba69b02b09f3c99b456 100644 |
--- a/include/android/SkBitmapRegionDecoder.h |
+++ b/include/android/SkBitmapRegionDecoder.h |
@@ -21,7 +21,6 @@ class SkBitmapRegionDecoder { |
public: |
enum Strategy { |
- kCanvas_Strategy, // Draw to the canvas, uses SkCodec |
kAndroidCodec_Strategy, // Uses SkAndroidCodec for scaling and subsetting |
}; |