Chromium Code Reviews| Index: cc/trees/layer_tree_host_impl.h |
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
| index a4ad7e5fbca9500794a0c25ce7f83d52a38356c0..7bea3e28dccc563603904ff17732cd88834286a9 100644 |
| --- a/cc/trees/layer_tree_host_impl.h |
| +++ b/cc/trees/layer_tree_host_impl.h |
| @@ -589,7 +589,7 @@ class CC_EXPORT LayerTreeHostImpl |
| scoped_ptr<OutputSurface> output_surface_; |
| - // |resource_provider_| and |tile_manager_| can be NULL, e.g. when using tile- |
| + // |resource_provider_| and |tile_manager_| can be nullptr, e.g. when using tile- |
|
danakj
2014/10/09 16:00:53
is upload presubmit not warning you about going ov
|
| // free rendering - see OutputSurface::ForcedDrawToSoftwareDevice(). |
| scoped_ptr<ResourceProvider> resource_provider_; |
| scoped_ptr<TileManager> tile_manager_; |