Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
| | | | | | | DOCS_PREVIEW= https://skia.org/?cl=1316233002 Review URL: https://codereview.chromium.org/1316233002 | ||
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
| | | | | | | DOCS_PREVIEW= https://skia.org/?cl=1316123003 Review URL: https://codereview.chromium.org/1316123003 | ||
* | Remove Sk prefix from some bench classes. | tfarina | 2014-06-19 |
This idea came while commenting on https://codereview.chromium.org/343583005/ Since SkBenchmark, SkBenchLogger and SkGMBench are not part of the Skia library, they should not have the Sk prefix. BUG=None TEST=make all R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/347823004 |