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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyleConstants.h

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 3 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: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 61646e5585c7fa94f3a741bd64ad68a6b3e8939b..0fc4d2e3dcb9f89fe2dc28fecdafa64e7b5e905f 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -477,7 +477,7 @@ enum ETransformStyle3D {
TransformStyle3DFlat, TransformStyle3DPreserve3D
};
-enum MotionRotationType { MotionRotationAuto, MotionRotationFixed };
+enum OffsetRotationType { OffsetRotationAuto, OffsetRotationFixed };
enum EBackfaceVisibility {
BackfaceVisibilityVisible, BackfaceVisibilityHidden

Powered by Google App Engine
This is Rietveld 408576698