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

Unified Diff: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp

Issue 2842933003: CSS Motion Path: delete implementation of offset-rotation property (Closed)
Patch Set: remove offsetRotation from webexposed Created 3 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: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
index a737c92e4e6ff2c2e37900776c76a2bd9f518fa5..a2f78775da08b3a997bb6a33f67fa0e725ee36bd 100644
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -92,15 +92,15 @@ const CSSPropertyID kComputedPropertyArray[] = {
CSSPropertyMinHeight, CSSPropertyMinWidth, CSSPropertyMixBlendMode,
CSSPropertyObjectFit, CSSPropertyObjectPosition, CSSPropertyOffsetAnchor,
CSSPropertyOffsetDistance, CSSPropertyOffsetPath, CSSPropertyOffsetPosition,
- CSSPropertyOffsetRotate, CSSPropertyOffsetRotation, CSSPropertyOpacity,
- CSSPropertyOrphans, CSSPropertyOutlineColor, CSSPropertyOutlineOffset,
- CSSPropertyOutlineStyle, CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor,
- CSSPropertyOverflowWrap, CSSPropertyOverflowX, CSSPropertyOverflowY,
- CSSPropertyPaddingBottom, CSSPropertyPaddingLeft, CSSPropertyPaddingRight,
- CSSPropertyPaddingTop, CSSPropertyPointerEvents, CSSPropertyPosition,
- CSSPropertyResize, CSSPropertyRight, CSSPropertyScrollBehavior,
- CSSPropertySpeak, CSSPropertyTableLayout, CSSPropertyTabSize,
- CSSPropertyTextAlign, CSSPropertyTextAlignLast, CSSPropertyTextDecoration,
+ CSSPropertyOffsetRotate, CSSPropertyOpacity, CSSPropertyOrphans,
+ CSSPropertyOutlineColor, CSSPropertyOutlineOffset, CSSPropertyOutlineStyle,
+ CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor, CSSPropertyOverflowWrap,
+ CSSPropertyOverflowX, CSSPropertyOverflowY, CSSPropertyPaddingBottom,
+ CSSPropertyPaddingLeft, CSSPropertyPaddingRight, CSSPropertyPaddingTop,
+ CSSPropertyPointerEvents, CSSPropertyPosition, CSSPropertyResize,
+ CSSPropertyRight, CSSPropertyScrollBehavior, CSSPropertySpeak,
+ CSSPropertyTableLayout, CSSPropertyTabSize, CSSPropertyTextAlign,
+ CSSPropertyTextAlignLast, CSSPropertyTextDecoration,
CSSPropertyTextDecorationLine, CSSPropertyTextDecorationStyle,
CSSPropertyTextDecorationColor, CSSPropertyTextDecorationSkip,
CSSPropertyTextJustify, CSSPropertyTextUnderlinePosition,

Powered by Google App Engine
This is Rietveld 408576698