diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:44:00 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:44:00 -0800 |
commit | 8552a21d334cbc7971b109f27d05aea9d7690e92 (patch) | |
tree | f320ecd127fe33c6ce458087c70ce577e36e9465 /include/images | |
parent | 95b316d35f73630072e033e6d68d7000e652681f (diff) | |
download | external_skia-8552a21d334cbc7971b109f27d05aea9d7690e92.zip external_skia-8552a21d334cbc7971b109f27d05aea9d7690e92.tar.gz external_skia-8552a21d334cbc7971b109f27d05aea9d7690e92.tar.bz2 |
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'include/images')
-rw-r--r-- | include/images/SkImageDecoder.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/images/SkImageDecoder.h b/include/images/SkImageDecoder.h index 5b91c51..3ea6198 100644 --- a/include/images/SkImageDecoder.h +++ b/include/images/SkImageDecoder.h @@ -199,12 +199,6 @@ public: kDecodePixels_Mode); } - /* Given a format, return true if there is a currently installed decoder - for that format. Since a given build may not include all codecs (to save - code-size), this may return false. - */ - static bool SupportsFormat(Format); - /** Return the default config for the running device. Currently this used as a suggestion to image decoders that need to guess what config they should decode into. |