Index: cc/animation/animation_registrar.cc |
diff --git a/cc/animation/animation_registrar.cc b/cc/animation/animation_registrar.cc |
index 7af5feaa8346357e4f127de880f7b83cf48f6ea5..5327926b1cc9ee6b208d8b9d3e6cf3b0d1e26088 100644 |
--- a/cc/animation/animation_registrar.cc |
+++ b/cc/animation/animation_registrar.cc |
@@ -16,7 +16,7 @@ AnimationRegistrar::~AnimationRegistrar() { |
for (AnimationControllerMap::iterator iter = copy.begin(); |
iter != copy.end(); |
++iter) |
- (*iter).second->SetAnimationRegistrar(NULL); |
+ (*iter).second->SetAnimationRegistrar(nullptr); |
} |
scoped_refptr<LayerAnimationController> |