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

Unified Diff: cc/layers/layer_iterator.h

Issue 643583003: [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: foramted. 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/layers/layer_iterator.h
diff --git a/cc/layers/layer_iterator.h b/cc/layers/layer_iterator.h
index fbdb53a25c23c3130890885cfe0e5a16ddee7e40..ba5c6aa5da50cf8c3ef4ac93d9db4edf9f526b88 100644
--- a/cc/layers/layer_iterator.h
+++ b/cc/layers/layer_iterator.h
@@ -108,7 +108,7 @@ class LayerIterator {
typedef typename LayerType::RenderSurfaceType RenderSurfaceType;
public:
- LayerIterator() : render_surface_layer_list_(NULL) {}
+ LayerIterator() : render_surface_layer_list_(nullptr) {}
static LayerIteratorType Begin(
const RenderSurfaceLayerList* render_surface_layer_list) {

Powered by Google App Engine
This is Rietveld 408576698