diff options
author | halcanary@google.com <halcanary@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-06 00:45:59 +0000 |
---|---|---|
committer | halcanary@google.com <halcanary@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-06 00:45:59 +0000 |
commit | 915f61abf2f0e5ad93f520b8efaa3394cc564ba8 (patch) | |
tree | 5f83216be97d65bf4d821c5c4214918f6c2c0ab1 /DEPS | |
parent | 59ca4da2ee9cf71249571594d4dbd68cc79effd0 (diff) | |
download | chromium_src-915f61abf2f0e5ad93f520b8efaa3394cc564ba8.zip chromium_src-915f61abf2f0e5ad93f520b8efaa3394cc564ba8.tar.gz chromium_src-915f61abf2f0e5ad93f520b8efaa3394cc564ba8.tar.bz2 |
Use bitmap.installPixels() for BitmapPlatformDevice
Replace
bitmap.setConfig(...);bitmap.setPixelRef(SkMallocPixelRef::NewWithProc(...))
with the much simpler
bitmap.installPixels(...).
Motivations: We wish to remove code refering to SkPixelRefs,
hiding this Skia implementation detail from the Skia clients.
See: https://codereview.chromium.org/151723002
Review URL: https://codereview.chromium.org/146693004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
0 files changed, 0 insertions, 0 deletions