commit | 506e19a4c8395178e8da81576b3c37616593e560 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Fri Nov 13 06:11:09 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 13 06:11:09 2015 -0800 |
tree | 0877d660a91ef6322059269e7020988459e91ded | |
parent | 9c8605144a0f15e3e69a4e1dcd5d3e63f339380e [diff] |
Move SkBitmapRegionDecoder to include/android and src/android This will expose the BitmapRegionDecoder API as a public include and move the implementation to src. This makes this code more naturally exposed in Android and easier to test in DM and nanobench. BUG=skia: Review URL: https://codereview.chromium.org/1438873002