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

Unified Diff: Source/core/layout/compositing/CompositingLayerAssigner.h

Issue 1162383003: C++11: Replace 0 with nullptr where applicable in layout code. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add one more file. Created 5 years, 6 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: Source/core/layout/compositing/CompositingLayerAssigner.h
diff --git a/Source/core/layout/compositing/CompositingLayerAssigner.h b/Source/core/layout/compositing/CompositingLayerAssigner.h
index 5b0d785e7c8580769eb8f6e763f1af70ef2c475c..45398be4e3d2d13ee1c0decd761de2747a7a78c2 100644
--- a/Source/core/layout/compositing/CompositingLayerAssigner.h
+++ b/Source/core/layout/compositing/CompositingLayerAssigner.h
@@ -52,7 +52,7 @@ public:
private:
struct SquashingState {
SquashingState()
- : mostRecentMapping(0)
+ : mostRecentMapping(nullptr)
, hasMostRecentMapping(false)
, haveAssignedBackingsToEntireSquashingLayerSubtree(false)
, nextSquashedLayerIndex(0)

Powered by Google App Engine
This is Rietveld 408576698