Index: cc/animation/transform_operations.cc |
diff --git a/cc/animation/transform_operations.cc b/cc/animation/transform_operations.cc |
index bc7a0c3cb8f541b96379937ba1cebddc709bdf3f..8826d297a497c9a9eaad148201bffc58d735e3d2 100644 |
--- a/cc/animation/transform_operations.cc |
+++ b/cc/animation/transform_operations.cc |
@@ -157,7 +157,7 @@ bool TransformOperations::BlendInternal(const TransformOperations& from, |
from_identity ? 0 : &from.operations_[i], |
to_identity ? 0 : &operations_[i], |
progress, |
- blended)) |
+ &blended)) |
return false; |
result->PreconcatTransform(blended); |
} |