| commit | bc677c801523034fd68261e843db597c6625a8bc | [log] [tgz] |
|---|---|---|
| author | halcanary <halcanary@google.com> | Wed Aug 13 07:14:36 2014 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Aug 13 07:14:36 2014 -0700 |
| tree | b3b225c1e4427adbd05d8b6bd08e5283e1b59be3 | |
| parent | 25f85384927f7017469e791605a414988668835f [diff] |
Fix Flate Test, also cleanup - Remove SkData double-unref to fix assert. - Re-enable the test with DEBUG (was disabled due to double-unref assert). - SkRandom instead of rand() for thread-safety. - General clean up of the test for readability. Motivation: I am investigating turning on SkFlate::HaveFlate on Windows. R=mtklein@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/464333002