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

Unified Diff: Source/core/animation/css/CSSAnimations.cpp

Issue 1099483002: Use alias_for with trivial property aliases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@alias
Patch Set: rebase a couple of tests Created 5 years, 8 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/css/CSSAnimations.cpp
diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp
index 284a1f9b87a25340b325f706736153f5a531befc..e83ea7eb8c60993a1417fe6c7d7b0945204c4847 100644
--- a/Source/core/animation/css/CSSAnimations.cpp
+++ b/Source/core/animation/css/CSSAnimations.cpp
@@ -71,16 +71,10 @@ CSSPropertyID propertyForAnimation(CSSPropertyID property)
switch (property) {
case CSSPropertyWebkitBackgroundSize:
return CSSPropertyBackgroundSize;
- case CSSPropertyWebkitBoxShadow:
- return CSSPropertyBoxShadow;
case CSSPropertyWebkitPerspective:
return CSSPropertyPerspective;
case CSSPropertyWebkitTransform:
return CSSPropertyTransform;
- case CSSPropertyWebkitPerspectiveOrigin:
- return CSSPropertyPerspectiveOrigin;
- case CSSPropertyWebkitTransformOrigin:
- return CSSPropertyTransformOrigin;
default:
break;
}
« no previous file with comments | « Source/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | Source/core/animation/css/CSSPropertyEquality.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698