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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004 Zack Rusin <zack@kde.org> 2 * Copyright (C) 2004 Zack Rusin <zack@kde.org>
3 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. 3 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc.
4 * All rights reserved. 4 * All rights reserved.
5 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> 5 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org>
6 * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com> 6 * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com>
7 * Copyright (C) 2011 Sencha, Inc. All rights reserved. 7 * Copyright (C) 2011 Sencha, Inc. All rights reserved.
8 * 8 *
9 * This library is free software; you can redistribute it and/or 9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public 10 * modify it under the terms of the GNU Lesser General Public
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 CSSPropertyImageOrientation, CSSPropertyImageRendering, 85 CSSPropertyImageOrientation, CSSPropertyImageRendering,
86 CSSPropertyIsolation, CSSPropertyJustifyItems, CSSPropertyJustifySelf, 86 CSSPropertyIsolation, CSSPropertyJustifyItems, CSSPropertyJustifySelf,
87 CSSPropertyLeft, CSSPropertyLetterSpacing, CSSPropertyLineHeight, 87 CSSPropertyLeft, CSSPropertyLetterSpacing, CSSPropertyLineHeight,
88 CSSPropertyLineHeightStep, CSSPropertyListStyleImage, 88 CSSPropertyLineHeightStep, CSSPropertyListStyleImage,
89 CSSPropertyListStylePosition, CSSPropertyListStyleType, 89 CSSPropertyListStylePosition, CSSPropertyListStyleType,
90 CSSPropertyMarginBottom, CSSPropertyMarginLeft, CSSPropertyMarginRight, 90 CSSPropertyMarginBottom, CSSPropertyMarginLeft, CSSPropertyMarginRight,
91 CSSPropertyMarginTop, CSSPropertyMaxHeight, CSSPropertyMaxWidth, 91 CSSPropertyMarginTop, CSSPropertyMaxHeight, CSSPropertyMaxWidth,
92 CSSPropertyMinHeight, CSSPropertyMinWidth, CSSPropertyMixBlendMode, 92 CSSPropertyMinHeight, CSSPropertyMinWidth, CSSPropertyMixBlendMode,
93 CSSPropertyObjectFit, CSSPropertyObjectPosition, CSSPropertyOffsetAnchor, 93 CSSPropertyObjectFit, CSSPropertyObjectPosition, CSSPropertyOffsetAnchor,
94 CSSPropertyOffsetDistance, CSSPropertyOffsetPath, CSSPropertyOffsetPosition, 94 CSSPropertyOffsetDistance, CSSPropertyOffsetPath, CSSPropertyOffsetPosition,
95 CSSPropertyOffsetRotate, CSSPropertyOffsetRotation, CSSPropertyOpacity, 95 CSSPropertyOffsetRotate, CSSPropertyOpacity, CSSPropertyOrphans,
96 CSSPropertyOrphans, CSSPropertyOutlineColor, CSSPropertyOutlineOffset, 96 CSSPropertyOutlineColor, CSSPropertyOutlineOffset, CSSPropertyOutlineStyle,
97 CSSPropertyOutlineStyle, CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor, 97 CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor, CSSPropertyOverflowWrap,
98 CSSPropertyOverflowWrap, CSSPropertyOverflowX, CSSPropertyOverflowY, 98 CSSPropertyOverflowX, CSSPropertyOverflowY, CSSPropertyPaddingBottom,
99 CSSPropertyPaddingBottom, CSSPropertyPaddingLeft, CSSPropertyPaddingRight, 99 CSSPropertyPaddingLeft, CSSPropertyPaddingRight, CSSPropertyPaddingTop,
100 CSSPropertyPaddingTop, CSSPropertyPointerEvents, CSSPropertyPosition, 100 CSSPropertyPointerEvents, CSSPropertyPosition, CSSPropertyResize,
101 CSSPropertyResize, CSSPropertyRight, CSSPropertyScrollBehavior, 101 CSSPropertyRight, CSSPropertyScrollBehavior, CSSPropertySpeak,
102 CSSPropertySpeak, CSSPropertyTableLayout, CSSPropertyTabSize, 102 CSSPropertyTableLayout, CSSPropertyTabSize, CSSPropertyTextAlign,
103 CSSPropertyTextAlign, CSSPropertyTextAlignLast, CSSPropertyTextDecoration, 103 CSSPropertyTextAlignLast, CSSPropertyTextDecoration,
104 CSSPropertyTextDecorationLine, CSSPropertyTextDecorationStyle, 104 CSSPropertyTextDecorationLine, CSSPropertyTextDecorationStyle,
105 CSSPropertyTextDecorationColor, CSSPropertyTextDecorationSkip, 105 CSSPropertyTextDecorationColor, CSSPropertyTextDecorationSkip,
106 CSSPropertyTextJustify, CSSPropertyTextUnderlinePosition, 106 CSSPropertyTextJustify, CSSPropertyTextUnderlinePosition,
107 CSSPropertyTextIndent, CSSPropertyTextRendering, CSSPropertyTextShadow, 107 CSSPropertyTextIndent, CSSPropertyTextRendering, CSSPropertyTextShadow,
108 CSSPropertyTextSizeAdjust, CSSPropertyTextOverflow, 108 CSSPropertyTextSizeAdjust, CSSPropertyTextOverflow,
109 CSSPropertyTextTransform, CSSPropertyTop, CSSPropertyTouchAction, 109 CSSPropertyTextTransform, CSSPropertyTop, CSSPropertyTouchAction,
110 CSSPropertyTransitionDelay, CSSPropertyTransitionDuration, 110 CSSPropertyTransitionDelay, CSSPropertyTransitionDuration,
111 CSSPropertyTransitionProperty, CSSPropertyTransitionTimingFunction, 111 CSSPropertyTransitionProperty, CSSPropertyTransitionTimingFunction,
112 CSSPropertyUnicodeBidi, CSSPropertyVerticalAlign, CSSPropertyVisibility, 112 CSSPropertyUnicodeBidi, CSSPropertyVerticalAlign, CSSPropertyVisibility,
113 CSSPropertyWhiteSpace, CSSPropertyWidows, CSSPropertyWidth, 113 CSSPropertyWhiteSpace, CSSPropertyWidows, CSSPropertyWidth,
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "These styles are computed, and therefore the '" + 562 "These styles are computed, and therefore the '" +
563 getPropertyNameString(id) + "' property is read-only."); 563 getPropertyNameString(id) + "' property is read-only.");
564 } 564 }
565 565
566 DEFINE_TRACE(CSSComputedStyleDeclaration) { 566 DEFINE_TRACE(CSSComputedStyleDeclaration) {
567 visitor->Trace(node_); 567 visitor->Trace(node_);
568 CSSStyleDeclaration::Trace(visitor); 568 CSSStyleDeclaration::Trace(visitor);
569 } 569 }
570 570
571 } // namespace blink 571 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698