skia2/tools/skiaserve
Ben Wagner a93a14a998 Convert NULL and 0 to nullptr.
This was created by looking at warnings produced by clang's
-Wzero-as-null-pointer-constant. This updates most issues in
Skia code. However, there are places where GL and Vulkan want
pointer values which are explicitly 0, external headers which
use NULL directly, and possibly more uses in un-compiled
sources (for other platforms).

Change-Id: Id22fbac04d5c53497a53d734f0896b4f06fe8345
Reviewed-on: https://skia-review.googlesource.com/39521
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2017-08-28 17:48:57 +00:00
..
tester Add a bit more to the python test driver 2016-03-09 14:19:38 -08:00
urlhandlers SkDynamicMemoryWStream::detachAsStream() returns unique_ptr 2017-03-15 19:25:45 +00:00
favicon.ico Skia serve now supports favicon correctly 2016-02-08 13:57:44 -08:00
Request.cpp deprecate odd variants of SkCanvas::readPixels 2017-04-17 15:22:42 +00:00
Request.h Rename batch->op in skiaserve 2016-12-20 22:35:23 +00:00
Response.cpp Wire up /batches in skiaserve 2016-02-26 08:22:49 -08:00
Response.h Wire up /batches in skiaserve 2016-02-26 08:22:49 -08:00
skiaserve.cpp Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00