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

Unified Diff: sky/engine/core/animation/KeyframeEffectModelTest.cpp

Issue 711203002: Remove zoom() and effectiveZoom(). (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | sky/engine/core/animation/animatable/AnimatableLength.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/KeyframeEffectModelTest.cpp
diff --git a/sky/engine/core/animation/KeyframeEffectModelTest.cpp b/sky/engine/core/animation/KeyframeEffectModelTest.cpp
index 24cada1795428ac23fe26b65d3332aa480729210..e46e734d91c0e9948c0132e49a9cf46c415a7cbe 100644
--- a/sky/engine/core/animation/KeyframeEffectModelTest.cpp
+++ b/sky/engine/core/animation/KeyframeEffectModelTest.cpp
@@ -52,7 +52,7 @@ PassRefPtr<AnimatableValue> unknownAnimatableValue(double n)
PassRefPtr<AnimatableValue> pixelAnimatableValue(double n)
{
- return AnimatableLength::create(Length(n, Fixed), 1);
+ return AnimatableLength::create(Length(n, Fixed));
}
AnimatableValueKeyframeVector keyframesAtZeroAndOne(PassRefPtr<AnimatableValue> zeroValue, PassRefPtr<AnimatableValue> oneValue)
« no previous file with comments | « no previous file | sky/engine/core/animation/animatable/AnimatableLength.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698