Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: Source/core/animation/AnimationTranslationUtilTest.cpp

Issue 1214673005: Check for empty WebFilterOperations in FilterPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/animation/AnimationTranslationUtilTest.cpp
diff --git a/Source/core/animation/AnimationTranslationUtilTest.cpp b/Source/core/animation/AnimationTranslationUtilTest.cpp
index 36ba196bc91e1685efd4fefd4856fc6580b19559..cd55188e926dec417a90ff27722f7ebaa26dae5f 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(size, size_t());
};
TEST(AnimationTranslationUtilTest, transformsWork)

Powered by Google App Engine
This is Rietveld 408576698