diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/sgl/SkTypeface_fake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/sgl/SkTypeface_fake.cpp b/skia/sgl/SkTypeface_fake.cpp index 2564dd2..6aaf3b0 100644 --- a/skia/sgl/SkTypeface_fake.cpp +++ b/skia/sgl/SkTypeface_fake.cpp @@ -4,7 +4,7 @@ uint32_t SkTypeface::UniqueID(const SkTypeface* face) { - return NULL; + return 0; } void SkTypeface::serialize(SkWStream* stream) const { |