Commit 741de3a5 authored by reveman's avatar reveman Committed by Commit bot

mojo: Use nullptr instead of NULL.

BUG=

Review URL: https://codereview.chromium.org/1023813004

Cr-Commit-Position: refs/heads/master@{#321882}
parent e56e8ef6
...@@ -34,9 +34,9 @@ WebLayerTreeViewImpl::WebLayerTreeViewImpl( ...@@ -34,9 +34,9 @@ WebLayerTreeViewImpl::WebLayerTreeViewImpl(
// to keep content always crisp when possible. // to keep content always crisp when possible.
settings.layer_transforms_should_scale_layer_contents = true; settings.layer_transforms_should_scale_layer_contents = true;
cc::SharedBitmapManager* shared_bitmap_manager = NULL; cc::SharedBitmapManager* shared_bitmap_manager = nullptr;
gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager = NULL; gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager = nullptr;
cc::TaskGraphRunner* task_graph_runner = NULL; cc::TaskGraphRunner* task_graph_runner = nullptr;
layer_tree_host_ = layer_tree_host_ =
cc::LayerTreeHost::CreateThreaded(this, cc::LayerTreeHost::CreateThreaded(this,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment