Index: cc/animation/transform_operation.h |
diff --git a/cc/animation/transform_operation.h b/cc/animation/transform_operation.h |
index 058186244c81d195c4e7ff21a5478c44559fe721..74673ab48cb27d9d79311cf9dba7927d3534da89 100644 |
--- a/cc/animation/transform_operation.h |
+++ b/cc/animation/transform_operation.h |
@@ -55,7 +55,7 @@ struct TransformOperation { |
static bool BlendTransformOperations(const TransformOperation* from, |
const TransformOperation* to, |
double progress, |
- gfx::Transform& result); |
+ gfx::Transform* result); |
}; |
} // namespace cc |