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

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: isEmpty instead of size 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
« no previous file with comments | « LayoutTests/css3/filters/filter-effect-removed-expected.html ('k') | Source/core/paint/FilterPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « LayoutTests/css3/filters/filter-effect-removed-expected.html ('k') | Source/core/paint/FilterPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698