commit | b3d54d7c07780db3442d07158c7067900bcf8bce | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@chromium.org> | Tue Jul 14 13:59:10 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 14 13:59:10 2015 -0700 |
tree | 550ed1d9df47127e40dc5f6db78b44f75beae5ca | |
parent | 44cf62c79ec06f2d9ba408db593f3da2400d3a43 [diff] |
Let Android use old version of onDrawBitmapRect. Define SK_SUPPORT_LEGACY_ONDRAWIMAGERECT when building for the Android framework, since SkiaCanvasProxy overrides the old version of the method. Fixes master-skia build. NOTRY=True Review URL: https://codereview.chromium.org/1237903002