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

Unified Diff: Source/platform/animation/KeyframeValueList.h

Issue 98663004: Add support for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 6 years, 9 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
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/animation/KeyframeValueList.h
diff --git a/Source/platform/animation/KeyframeValueList.h b/Source/platform/animation/KeyframeValueList.h
index 25553adcd37fc3a1dc650e002b0a6d4e2e16ab0b..270d54367392ddff30fa424456ee18c1ff4a0927 100644
--- a/Source/platform/animation/KeyframeValueList.h
+++ b/Source/platform/animation/KeyframeValueList.h
@@ -37,7 +37,7 @@ namespace WebCore {
enum AnimatedPropertyID {
AnimatedPropertyInvalid,
- AnimatedPropertyWebkitTransform,
+ AnimatedPropertyTransform,
AnimatedPropertyOpacity,
AnimatedPropertyBackgroundColor,
AnimatedPropertyWebkitFilter
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698