History log of /external/skia/src/android/SkBitmapRegionDecoder.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
73d882e13fc54ff9ecc53a83838c2d900ebf8397 16-Nov-2015 msarett <msarett@google.com> Only support jpeg, png, and webp for BRD

This a safety check to ensure that we don't accidentally ship subset
decoders for non-required formats.

BUG=skia:

Review URL: https://codereview.chromium.org/1446543002
/external/skia/src/android/SkBitmapRegionDecoder.cpp
566b23c571dbec97925ad0c44e744126a62e5a1e 16-Nov-2015 mtklein <mtklein@google.com> Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ )

Reason for revert:
10.9 bots are too old too.

Original issue's description:
> skstd -> std for unique_ptr
>
> TBR=reed@google.com
> No public API changes.
>
> BUG=skia:4564
>
> Committed: https://skia.googlesource.com/skia/+/755c553c17b82bb5de3d9cc8d3b2a866ff9e9e50

TBR=bungeman@google.com,mtklein@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:4564

Review URL: https://codereview.chromium.org/1446413002
/external/skia/src/android/SkBitmapRegionDecoder.cpp
755c553c17b82bb5de3d9cc8d3b2a866ff9e9e50 16-Nov-2015 mtklein <mtklein@chromium.org> skstd -> std for unique_ptr

TBR=reed@google.com
No public API changes.

BUG=skia:4564

Review URL: https://codereview.chromium.org/1436033003
/external/skia/src/android/SkBitmapRegionDecoder.cpp
506e19a4c8395178e8da81576b3c37616593e560 13-Nov-2015 msarett <msarett@google.com> 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
/external/skia/src/android/SkBitmapRegionDecoder.cpp