Index: cc/trees/layer_tree_host_unittest_animation.cc |
diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc |
index 593c5c7da8f55a06535968aee79ff8768e403b83..b6a3c9667b0365facd0a21d9c47159c6cbdb3df2 100644 |
--- a/cc/trees/layer_tree_host_unittest_animation.cc |
+++ b/cc/trees/layer_tree_host_unittest_animation.cc |
@@ -370,7 +370,7 @@ class LayerTreeHostAnimationTestNoBackgroundTickingWithoutActiveTree |
base::TimeTicks monotonic_time, |
Animation::TargetProperty target_property) override { |
// Replace animated commits with an empty tree. |
- layer_tree_host()->SetRootLayer(make_scoped_refptr<Layer>(NULL)); |
+ layer_tree_host()->SetRootLayer(make_scoped_refptr<Layer>(nullptr)); |
} |
virtual void DidCommit() override { |
@@ -669,7 +669,7 @@ class LayerTreeHostAnimationTestDoNotSkipLayersWithAnimatedOpacity |
EXPECT_EQ(1u, update_check_layer_->update_count()); |
// clear update_check_layer_ so LayerTreeHost dies. |
- update_check_layer_ = NULL; |
+ update_check_layer_ = nullptr; |
} |
private: |