Index: Source/core/animation/CompositorAnimationsTestHelper.h |
diff --git a/Source/core/animation/CompositorAnimationsTestHelper.h b/Source/core/animation/CompositorAnimationsTestHelper.h |
index 541c1c1de83443cf2f8cebf45df65b086dda908c..677f0d19d3d2b482392ba71a16ca07aeb1abe450 100644 |
--- a/Source/core/animation/CompositorAnimationsTestHelper.h |
+++ b/Source/core/animation/CompositorAnimationsTestHelper.h |
@@ -108,6 +108,7 @@ public: |
MOCK_METHOD1_T(add, void(const KeyframeType&)); |
MOCK_METHOD2_T(add, void(const KeyframeType&, WebCompositorAnimationCurve::TimingFunctionType)); |
MOCK_METHOD5_T(add, void(const KeyframeType&, double, double, double, double)); |
+ MOCK_METHOD3_T(add, void(const KeyframeType&, int steps, float stepsStartOffset)); |
MOCK_CONST_METHOD1_T(getValue, float(double)); // Only on WebFloatAnimationCurve, but can't hurt to have here. |