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

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

Issue 82083002: Move viewport unit resolution to style recalc time (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years 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/AnimatableLengthTest.cpp
diff --git a/Source/core/animation/AnimatableLengthTest.cpp b/Source/core/animation/AnimatableLengthTest.cpp
index 3574a66279b6128244620900760e73119db0d249..fac2e289996542a21fd9cefbb3be75229c7b018a 100644
--- a/Source/core/animation/AnimatableLengthTest.cpp
+++ b/Source/core/animation/AnimatableLengthTest.cpp
@@ -51,8 +51,8 @@ class AnimationAnimatableLengthTest : public ::testing::Test {
protected:
AnimationAnimatableLengthTest()
: style(RenderStyle::createDefaultStyle())
- , conversionDataZoom1(style.get(), style.get(), 1.0f)
- , conversionDataZoom3(style.get(), style.get(), 3.0f)
+ , conversionDataZoom1(style.get(), style.get(), 0, 1.0f)
+ , conversionDataZoom3(style.get(), style.get(), 0, 3.0f)
{
}

Powered by Google App Engine
This is Rietveld 408576698