Index: cc/resources/picture_pile_impl.h |
diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h |
index 75ee5363cfdd7dd569298825affcc388c22f4cdf..9523708b8bd9e90bd163c3fdef1178a9db5e97e7 100644 |
--- a/cc/resources/picture_pile_impl.h |
+++ b/cc/resources/picture_pile_impl.h |
@@ -29,7 +29,7 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase { |
// Raster a subrect of this PicturePileImpl into the given canvas. It is |
// assumed that contents_scale has already been applied to this canvas. |
// Writes the total number of pixels rasterized and the time spent |
- // rasterizing to the stats if the respective pointer is not NULL. When |
+ // rasterizing to the stats if the respective pointer is not nullptr. When |
danakj
2014/10/10 17:28:45
just use null
|
// slow-down-raster-scale-factor is set to a value greater than 1, the |
// reported rasterize time is the minimum measured value over all runs. |
void RasterDirect( |