We have switched Android to call decodeSubset, so this function
is no longer necessary.
R=reed@google.com
Author: scroggo@google.com
Review URL: https://codereview.chromium.org/
225413013
git-svn-id: http://skia.googlecode.com/svn/trunk@14072
2bbb7eff-a529-9590-31e7-
b0007b416f81
*/
bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref);
- SK_ATTR_DEPRECATED("use decodeSubset() instead")
- bool decodeRegion(SkBitmap* bitmap, const SkIRect& rect, SkBitmap::Config pref) {
- return this->decodeSubset(bitmap, rect, pref);
- }
-
/** Given a stream, this will try to find an appropriate decoder object.
If none is found, the method returns NULL.
*/