| Index: Source/core/animation/AnimationTranslationUtilTest.cpp
|
| diff --git a/Source/core/animation/AnimationTranslationUtilTest.cpp b/Source/core/animation/AnimationTranslationUtilTest.cpp
|
| index 36ba196bc91e1685efd4fefd4856fc6580b19559..a81e9b32464e78f3411523f001e476551991f505 100644
|
| --- a/Source/core/animation/AnimationTranslationUtilTest.cpp
|
| +++ b/Source/core/animation/AnimationTranslationUtilTest.cpp
|
| @@ -69,6 +69,7 @@ public:
|
| MOCK_METHOD1(appendSaturatingBrightnessFilter, void(float));
|
| MOCK_METHOD1(appendReferenceFilter, void(SkImageFilter*));
|
| MOCK_METHOD0(clear, void());
|
| + MOCK_CONST_METHOD0(isEmpty, bool());
|
| };
|
|
|
| TEST(AnimationTranslationUtilTest, transformsWork)
|
|
|