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

Unified Diff: Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp

Issue 22900008: Make vw/vh units to work in css transforms. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
diff --git a/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp b/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
index 9d25fd784c847b088f2ee255181de45f7f6730f4..09f80b08678a76a5da1eb042d0edb40f1f3bd1a6 100644
--- a/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
+++ b/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
@@ -46,7 +46,7 @@ namespace {
bool animationCanBeTranslated(const KeyframeValueList& values, CSSAnimationData* animation)
{
IntSize boxSize;
- return createWebAnimation(values, animation, 0, 0, boxSize);
+ return createWebAnimation(values, animation, 0, 0, boxSize, 0);
}
TEST(AnimationTranslationUtilTest, createOpacityAnimation)

Powered by Google App Engine
This is Rietveld 408576698