Chromium Code Reviews| Index: dm/DMGpuSupport.h |
| diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h |
| index f147248465fa3a463314dc61707d7ae3f8fd6d18..4025f31559e076258d55a858a2825c92cce799f0 100644 |
| --- a/dm/DMGpuSupport.h |
| +++ b/dm/DMGpuSupport.h |
| @@ -86,7 +86,7 @@ static inline SkSurface* NewGpuSurface(GrContextFactory*, |
| SkImageInfo, |
| int, |
| bool) { |
| - return NULL; |
| + return nullptr; |
| } |
| } // namespace DM |