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

Unified Diff: cc/test/fake_layer_tree_host_client.cc

Issue 634243003: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr [part-4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formating fix. Created 6 years, 2 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: cc/test/fake_layer_tree_host_client.cc
diff --git a/cc/test/fake_layer_tree_host_client.cc b/cc/test/fake_layer_tree_host_client.cc
index 17ed10c0af5b9f81d906760fc5313b253cfac987..abe943aaca3ef748446d10ebe8a94e4d194b6ce1 100644
--- a/cc/test/fake_layer_tree_host_client.cc
+++ b/cc/test/fake_layer_tree_host_client.cc
@@ -16,7 +16,7 @@ FakeLayerTreeHostClient::FakeLayerTreeHostClient(RendererOptions options)
options == DELEGATED_SOFTWARE),
use_delegating_renderer_(options == DELEGATED_3D ||
options == DELEGATED_SOFTWARE),
- host_(NULL) {
+ host_(nullptr) {
}
FakeLayerTreeHostClient::~FakeLayerTreeHostClient() {}

Powered by Google App Engine
This is Rietveld 408576698