Index: cc/test/animation_test_common.h |
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h |
index 92da0e4b71abfefbe0d323b203eaf4b57bc101df..eb030df75817a0d19cd469ca560d742b3dba5c47 100644 |
--- a/cc/test/animation_test_common.h |
+++ b/cc/test/animation_test_common.h |
@@ -156,6 +156,11 @@ int AddAnimatedTransformToLayer(LayerImpl* layer, |
int delta_x, |
int delta_y); |
+int AddAnimatedTransformToLayer(Layer* layer, |
+ double duration, |
+ TransformOperations start_operations, |
+ TransformOperations operations); |
+ |
int AddAnimatedTransformToLayer(LayerImpl* layer, |
double duration, |
TransformOperations start_operations, |