commit | c2d0bc5c20a2a87a49a18c657cd26fe1a23eb874 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Thu Oct 15 13:18:05 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 15 13:18:06 2015 -0700 |
tree | 5c5cef9b43ba6b175720a57aec5c1199868c23c7 | |
parent | c8d1dd48c01f562cfffe64da0e5cee5ed2713541 [diff] |
Supply separate flags for onBuildTileIndex This is a follow up to: https://codereview.chromium.org/1401283003/ Supply separate flags for onBuildTileIndex Since png and jpeg's implementations of onBuildTileIndex rely on modifications to their underlying libraries, rather than whether we are running on Android, use separate flags that can be disabled independently. This will allow us to easily turn off the feature. It also is a step towards building and running on other platforms for testing (e.g. valgrind/ASAN to find memory leaks etc). BUG=skia: Committed: https://skia.googlesource.com/skia/+/fc06e9c0e621744654e231ae6fa4460d88c0e27e Review URL: https://codereview.chromium.org/1402783008