commit | e13a69baac9dc326510009fa7c0c5966aee9240c | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@chromium.org> | Thu Nov 10 11:10:30 2016 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Nov 10 17:05:07 2016 +0000 |
tree | 2d50c5666d94ae35870a294e08238cce8e33d56f | |
parent | 152ad7e7fb518058ef1185249aab50dff09d6f5c [diff] |
Simplify SkBitmapProvider We're no longer using SkBitmap sources for SkBitmapProvider, so we can restrict it to SkImage only. At this point we could also remove it, but I think it'll come in handy when we add shader subset support. BUG=skia:5806 R=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4655 Change-Id: I298da253cc8f7c1205b543521e62060a202a9f78 Reviewed-on: https://skia-review.googlesource.com/4655 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org>