commit | 458633496cda2714f175a71e0500335b3681ff16 | [log] [tgz] |
---|---|---|
author | tomhudson <tomhudson@google.com> | Thu Oct 01 08:02:22 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 01 08:02:23 2015 -0700 |
tree | 610a2d6874df9edbc79f867a34ade022ebaba5f7 | |
parent | 7a14b310d6c618fa2151d93a43b29f9599adc32a [diff] |
Add overrides to SkAndroidSDKCanvas, update SkHwuiRenderer We can not call android::uirenderer::DisplayListCanvas::reset() after the object has been constructed (due to an assert), so remove that call. Add two missing overrides to SkAndroidSDKCanvas: onDrawAtlas() and onDrawImageNine(). BUG=skia:4216 R=djsollen@google.com patch from issue 1377533003 at patchset 20001 (http://crrev.com/1377533003#ps20001) Review URL: https://codereview.chromium.org/1369923003