commit | 8d029a4ebeda9d99c40b864e9c93c55be58b05af | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Jan 26 07:07:03 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 26 07:07:03 2015 -0800 |
tree | 2de8a4b2cdac936bf6fb5072f63d6a8c26aef23e | |
parent | 65327efb5bf42b5b9acaa8198e6c5252b07b0ada [diff] |
Don't do a pointless << 0. It's very common (universal?) that alpha is the top byte. You'd hope the compiler would remove the left shift then, but I've seen Clang just do a dumb left shift of zero. :( BUG=skia: Review URL: https://codereview.chromium.org/872243003