Index: cc/test/skia_common.cc |
diff --git a/cc/test/skia_common.cc b/cc/test/skia_common.cc |
index d91e707a8e4b80a1137b8f4674ac886659bb3854..42021598da7f568e8be3f46f852c5dde4c280c60 100644 |
--- a/cc/test/skia_common.cc |
+++ b/cc/test/skia_common.cc |
@@ -23,7 +23,7 @@ void DrawPicture(unsigned char* buffer, |
canvas.clipRect(gfx::RectToSkRect(layer_rect)); |
// We're drawing the entire canvas, so the negated content region is empty. |
gfx::Rect negated_content_region; |
- picture->Raster(&canvas, NULL, negated_content_region, 1.0f); |
+ picture->Raster(&canvas, nullptr, negated_content_region, 1.0f); |
} |
void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap) { |