commit | e95a06883b6d9972ea58c4e16f772bb88af393e9 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@chromium.org> | Wed Nov 04 04:31:12 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Nov 04 04:31:12 2015 -0800 |
tree | d96d0f143a434607236f28db000d022db47d7b51 | |
parent | 07b41eb962fdb007f788fcd82e338d7aef126064 [diff] |
Make AndroidOptions const Make the struct passed to SkAndroidCodec::getAndroidPixels const. This matches SkCodec, and makes sense, since it is not used as an output. Brought up in crrev.com/1417583009 Review URL: https://codereview.chromium.org/1411693005