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

Unified Diff: mojo/services/html_viewer/weblayertreeview_impl.cc

Issue 1023813004: mojo: Use nullptr instead of NULL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-worker-threads
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/weblayertreeview_impl.cc
diff --git a/mojo/services/html_viewer/weblayertreeview_impl.cc b/mojo/services/html_viewer/weblayertreeview_impl.cc
index c529dfed12bc20f0ebbef45fd071c6d0e20a93c5..fb73ba3d29b61ec134964c7ecf6450282279d9be 100644
--- a/mojo/services/html_viewer/weblayertreeview_impl.cc
+++ b/mojo/services/html_viewer/weblayertreeview_impl.cc
@@ -34,9 +34,9 @@ WebLayerTreeViewImpl::WebLayerTreeViewImpl(
// to keep content always crisp when possible.
settings.layer_transforms_should_scale_layer_contents = true;
- cc::SharedBitmapManager* shared_bitmap_manager = NULL;
- gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager = NULL;
- cc::TaskGraphRunner* task_graph_runner = NULL;
+ cc::SharedBitmapManager* shared_bitmap_manager = nullptr;
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager = nullptr;
+ cc::TaskGraphRunner* task_graph_runner = nullptr;
layer_tree_host_ =
cc::LayerTreeHost::CreateThreaded(this,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698