| 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() {}
|
|
|