commit | cd56f812e09fdd8f8322c5c28cbc4423a74b9a0a | [log] [tgz] |
---|---|---|
author | fmalita <fmalita@chromium.org> | Mon Sep 14 13:31:18 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Sep 14 13:31:18 2015 -0700 |
tree | 7b4b54c3a4f7b89653635820d28026971b9b076a | |
parent | 506c802a3dd3b6dc8a172621ff2a1f9bda202a13 [diff] |
SkImageSource Blink is migrating away from SkBitmaps, so we need an SkImage-based SkImageFilter source. This is pretty much a 1-1 equivalent of SkBitmapSource. To avoid duplication, relocate the SkImage deserialization logic from SkPictureData to SkReadBuffer. R=reed@google.com,robertphillips@google.com,senorblanco@chromium.org Review URL: https://codereview.chromium.org/1343703005