commit | b9ed8845783ec3c59b2b185d26801f251adbf68d | [log] [tgz] |
---|---|---|
author | gen.kim <gen.kim@samsung.com> | Sun May 03 22:36:30 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Sun May 03 22:36:30 2015 -0700 |
tree | ca787552851a53f22475dfcc0715994329837c5f | |
parent | 05f7d5cbd83ab30653c79d81dc9829a97b845e38 [diff] |
SkPictureShader: scale down if width or height is larger than maxTextureSize Grdient renders black because of failure onCreateTexture if one of width or height is larger than maxTextureSize with --force-gpu-rasterization. BUG=chromium:473166 Review URL: https://codereview.chromium.org/1101513004