Index: include/core/SkImageDecoder.h |
diff --git a/include/core/SkImageDecoder.h b/include/core/SkImageDecoder.h |
index a7e36465539d7708c0eb8a411fba7ebb9980fd29..5745dbd5ba255032321bba0454d033684b15a21f 100644 |
--- a/include/core/SkImageDecoder.h |
+++ b/include/core/SkImageDecoder.h |
@@ -186,7 +186,7 @@ public: |
src: 32/24, no-alpha -> 4 |
src: 32/24, yes-alpha -> 5 |
*/ |
- void setPrefConfigTable(const SkBitmap::Config pref[6]); |
+ void setPrefConfigTable(const SkBitmap::Config pref[5]); |
scroggo
2013/12/02 19:34:35
Why did this change? The 6 is in reference to the
|
/** |
* Optional table describing the caller's preferred config based on |