commit | dd8c637bc74be9a03c5738e6b37f62bbd653846b | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@google.com> | Wed Mar 11 13:58:17 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 11 13:58:17 2015 -0700 |
tree | 08333f43a552d6caf2ba219de9aa4b2d3af9ac09 | |
parent | 97cd070442aaf5511c638a4586e0a7a75297e468 [diff] |
Fix Windows build. SK_BUILD_FOR_WIN is no longer a valid way to check for building on Windows (go figure). Build everywhere. Remove the REPORTER_ASSERT, which was the failing part. It also isn't necessary for the test, which is just that we are not leaking an SkColorTable. Also fix indentation. TBR=bungeman@google.com,mtklein@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:3457 Review URL: https://codereview.chromium.org/1002583002