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

Unified Diff: sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp

Issue 714783003: Remove some straggling zoom-related code. (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/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp
diff --git a/sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp b/sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp
index 6d18fa0d31a2e3bdf5c1f44d4fc6bdadb5c1d74a..91fa062d322d42612101375d6d3fae9a35717f96 100644
--- a/sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp
+++ b/sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp
@@ -75,7 +75,6 @@ static PassRefPtr<AnimatableValue> createFromLength(const Length& length, const
return AnimatableUnknown::create(CSSPrimitiveValue::create(length));
case MaxSizeNone:
return AnimatableUnknown::create(CSSValueNone);
- case ExtendToZoom: // Does not apply to elements.
case DeviceWidth:
case DeviceHeight:
ASSERT_NOT_REACHED();
« no previous file with comments | « no previous file | sky/engine/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698