Supply separate flags for onBuildTileIndex
authormsarett <msarett@google.com>
Wed, 14 Oct 2015 21:42:44 +0000 (14:42 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 14 Oct 2015 21:42:44 +0000 (14:42 -0700)
commitfc06e9c0e621744654e231ae6fa4460d88c0e27e
tree526ff2b4d29cf81e9aa8e340ac8305ec3259ce82
parent10528f1d5838ae1cac015024c4e8731484f888d1
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:

Review URL: https://codereview.chromium.org/1402783008
src/images/SkJpegUtility.cpp