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

Unified Diff: sky/engine/core/animation/animatable/AnimatableLengthTest.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
Index: sky/engine/core/animation/animatable/AnimatableLengthTest.cpp
diff --git a/sky/engine/core/animation/animatable/AnimatableLengthTest.cpp b/sky/engine/core/animation/animatable/AnimatableLengthTest.cpp
index 6165b0f57ff1e35a6675c4366010de203d8edd9f..ba14bbd8e4a6dde037d94180b88e294ff233abb8 100644
--- a/sky/engine/core/animation/animatable/AnimatableLengthTest.cpp
+++ b/sky/engine/core/animation/animatable/AnimatableLengthTest.cpp
@@ -14,9 +14,9 @@ namespace blink {
namespace {
- PassRefPtr<AnimatableLength> create(const Length& length, double zoom = 1)
+ PassRefPtr<AnimatableLength> create(const Length& length)
{
- return AnimatableLength::create(length, zoom);
+ return AnimatableLength::create(length);
}
} // namespace
« no previous file with comments | « sky/engine/core/animation/animatable/AnimatableLength.cpp ('k') | sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698