commit | 0b2a18922146c6134515d42baf5935b71bba03c3 | [log] [tgz] |
---|---|---|
author | benjaminwagner <benjaminwagner@google.com> | Wed Nov 11 08:46:34 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Nov 11 08:46:34 2015 -0800 |
tree | f7049a5d51fa2d14bf2a966f978432958ff4604e | |
parent | b5213e69c599c4ca492bd43fd235d698891ce34c [diff] |
Fix code that left shifts a negative value. This has undefined behavior. Patched from internal cl/107515669 by rtrieu and added comments. BUG=skia:2481 Review URL: https://codereview.chromium.org/1439483002