SkImageCacherator: Remove unneeded heuristic
authorMatt Sarett <msarett@google.com>
Mon, 10 Apr 2017 15:13:00 +0000 (11:13 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 10 Apr 2017 19:54:49 +0000 (19:54 +0000)
commit891dde5b6f0d5110f0ea2d8fe516f7ce9c67fed5
treec9ca48c8068fde1b6e7ac9313d7e025a209499c4
parent9f903e4a58c4639a2a17d0761400852009e6e936
SkImageCacherator: Remove unneeded heuristic

This was the old way of handling color spaces.

This is now handled by chooseCacheFormat() / buildCacheInfo().

Bug: skia:
Change-Id: Ifab1ab25d547a00296af237578dd8befec9c86c6
Reviewed-on: https://skia-review.googlesource.com/13004
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Matt Sarett <msarett@google.com>
src/core/SkImageCacherator.cpp