commit | 952538ed50661ad7dff6ec2b7af3f921e1d91b52 | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Fri Feb 26 05:01:42 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 26 05:01:42 2016 -0800 |
tree | 5f5d4f9ee52a24fe164ca6fc32dcf293f4cbc0c5 | |
parent | 82e26bf23923f20828c850d1a0e01d8bde69cfff [diff] |
fix undefined signed shifts The expression (1 << 31) is technically undefined. Fixed the undefined shift referenced by this bug and a few friends. R=reed@google.com BUG=skia:2285 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1737363002 Review URL: https://codereview.chromium.org/1737363002