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

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: rename browser zoom to page zoom Created 6 years, 12 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/AnimatableLengthTest.cpp
diff --git a/Source/core/animation/AnimatableLengthTest.cpp b/Source/core/animation/AnimatableLengthTest.cpp
index 3574a66279b6128244620900760e73119db0d249..7222ca4bd2c6828d799849caa87f92c7cff1eaff 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, 0, 1.0f)
+ , conversionDataZoom3(style.get(), style.get(), 0, 0, 3.0f)
{
}

Powered by Google App Engine
This is Rietveld 408576698