Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4496)

Unified Diff: cc/resources/picture_pile_impl.h

Issue 638353002: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr in src/… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formating. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698