Index: ui/compositor/layer.cc |
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc |
index f5e7f94c50d14f65012d3df333ccfea878f8c307..5e5ebcb95a7bd577e18d170fa373af0aa25a0e27 100644 |
--- a/ui/compositor/layer.cc |
+++ b/ui/compositor/layer.cc |
@@ -859,7 +859,7 @@ void Layer::RemoveThreadedAnimation(int animation_id) { |
} |
pending_threaded_animations_.erase( |
- cc::remove_if(pending_threaded_animations_, |
+ cc::remove_if(&pending_threaded_animations_, |
pending_threaded_animations_.begin(), |
pending_threaded_animations_.end(), |
HasAnimationId(animation_id)), |