Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index e4888008a4eec104a6f6ee942176c4265929183d..2c2a5eba27cfecca27882408f4a749feb157152b 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -136,7 +136,7 @@ class CC_EXPORT LayerTreeImpl { |
} |
LayerImpl* InnerViewportScrollLayer() const; |
- // This function may return NULL, it is the caller's responsibility to check. |
+ // This function may return nullptr, it is the caller's responsibility to check. |
LayerImpl* OuterViewportScrollLayer() const; |
gfx::ScrollOffset TotalScrollOffset() const; |
gfx::ScrollOffset TotalMaxScrollOffset() const; |