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

Side by Side Diff: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp

Issue 2555543002: CSS Motion Path: Support offset-rotate in addition to offset-rotation (Closed)
Patch Set: reformat Created 4 years 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 CSSPropertyFontVariantNumeric, CSSPropertyFontWeight, CSSPropertyHeight, 81 CSSPropertyFontVariantNumeric, CSSPropertyFontWeight, CSSPropertyHeight,
82 CSSPropertyImageOrientation, CSSPropertyImageRendering, 82 CSSPropertyImageOrientation, CSSPropertyImageRendering,
83 CSSPropertyIsolation, CSSPropertyJustifyItems, CSSPropertyJustifySelf, 83 CSSPropertyIsolation, CSSPropertyJustifyItems, CSSPropertyJustifySelf,
84 CSSPropertyLeft, CSSPropertyLetterSpacing, CSSPropertyLineHeight, 84 CSSPropertyLeft, CSSPropertyLetterSpacing, CSSPropertyLineHeight,
85 CSSPropertyListStyleImage, CSSPropertyListStylePosition, 85 CSSPropertyListStyleImage, CSSPropertyListStylePosition,
86 CSSPropertyListStyleType, CSSPropertyMarginBottom, CSSPropertyMarginLeft, 86 CSSPropertyListStyleType, CSSPropertyMarginBottom, CSSPropertyMarginLeft,
87 CSSPropertyMarginRight, CSSPropertyMarginTop, CSSPropertyMaxHeight, 87 CSSPropertyMarginRight, CSSPropertyMarginTop, CSSPropertyMaxHeight,
88 CSSPropertyMaxWidth, CSSPropertyMinHeight, CSSPropertyMinWidth, 88 CSSPropertyMaxWidth, CSSPropertyMinHeight, CSSPropertyMinWidth,
89 CSSPropertyMixBlendMode, CSSPropertyObjectFit, CSSPropertyObjectPosition, 89 CSSPropertyMixBlendMode, CSSPropertyObjectFit, CSSPropertyObjectPosition,
90 CSSPropertyOffsetAnchor, CSSPropertyOffsetDistance, CSSPropertyOffsetPath, 90 CSSPropertyOffsetAnchor, CSSPropertyOffsetDistance, CSSPropertyOffsetPath,
91 CSSPropertyOffsetPosition, CSSPropertyOffsetRotation, CSSPropertyOpacity, 91 CSSPropertyOffsetPosition, CSSPropertyOffsetRotate,
92 CSSPropertyOrphans, CSSPropertyOutlineColor, CSSPropertyOutlineOffset, 92 CSSPropertyOffsetRotation, CSSPropertyOpacity, CSSPropertyOrphans,
93 CSSPropertyOutlineStyle, CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor, 93 CSSPropertyOutlineColor, CSSPropertyOutlineOffset, CSSPropertyOutlineStyle,
94 CSSPropertyOverflowWrap, CSSPropertyOverflowX, CSSPropertyOverflowY, 94 CSSPropertyOutlineWidth, CSSPropertyOverflowAnchor, CSSPropertyOverflowWrap,
95 CSSPropertyPaddingBottom, CSSPropertyPaddingLeft, CSSPropertyPaddingRight, 95 CSSPropertyOverflowX, CSSPropertyOverflowY, CSSPropertyPaddingBottom,
96 CSSPropertyPaddingTop, CSSPropertyPointerEvents, CSSPropertyPosition, 96 CSSPropertyPaddingLeft, CSSPropertyPaddingRight, CSSPropertyPaddingTop,
97 CSSPropertyResize, CSSPropertyRight, CSSPropertyScrollBehavior, 97 CSSPropertyPointerEvents, CSSPropertyPosition, CSSPropertyResize,
98 CSSPropertySnapHeight, CSSPropertySpeak, CSSPropertyTableLayout, 98 CSSPropertyRight, CSSPropertyScrollBehavior, CSSPropertySnapHeight,
99 CSSPropertyTabSize, CSSPropertyTextAlign, CSSPropertyTextAlignLast, 99 CSSPropertySpeak, CSSPropertyTableLayout, CSSPropertyTabSize,
100 CSSPropertyTextDecoration, CSSPropertyTextDecorationLine, 100 CSSPropertyTextAlign, CSSPropertyTextAlignLast, CSSPropertyTextDecoration,
101 CSSPropertyTextDecorationStyle, CSSPropertyTextDecorationColor, 101 CSSPropertyTextDecorationLine, CSSPropertyTextDecorationStyle,
102 CSSPropertyTextDecorationSkip, CSSPropertyTextJustify, 102 CSSPropertyTextDecorationColor, CSSPropertyTextDecorationSkip,
103 CSSPropertyTextUnderlinePosition, CSSPropertyTextIndent, 103 CSSPropertyTextJustify, CSSPropertyTextUnderlinePosition,
104 CSSPropertyTextRendering, CSSPropertyTextShadow, CSSPropertyTextSizeAdjust, 104 CSSPropertyTextIndent, CSSPropertyTextRendering, CSSPropertyTextShadow,
105 CSSPropertyTextOverflow, CSSPropertyTextTransform, CSSPropertyTop, 105 CSSPropertyTextSizeAdjust, CSSPropertyTextOverflow,
106 CSSPropertyTouchAction, CSSPropertyTransitionDelay, 106 CSSPropertyTextTransform, CSSPropertyTop, CSSPropertyTouchAction,
107 CSSPropertyTransitionDuration, CSSPropertyTransitionProperty, 107 CSSPropertyTransitionDelay, CSSPropertyTransitionDuration,
108 CSSPropertyTransitionTimingFunction, CSSPropertyUnicodeBidi, 108 CSSPropertyTransitionProperty, CSSPropertyTransitionTimingFunction,
109 CSSPropertyVerticalAlign, CSSPropertyVisibility, CSSPropertyWhiteSpace, 109 CSSPropertyUnicodeBidi, CSSPropertyVerticalAlign, CSSPropertyVisibility,
110 CSSPropertyWidows, CSSPropertyWidth, CSSPropertyWillChange, 110 CSSPropertyWhiteSpace, CSSPropertyWidows, CSSPropertyWidth,
111 CSSPropertyWordBreak, CSSPropertyWordSpacing, CSSPropertyWordWrap, 111 CSSPropertyWillChange, CSSPropertyWordBreak, CSSPropertyWordSpacing,
112 CSSPropertyZIndex, CSSPropertyZoom, 112 CSSPropertyWordWrap, CSSPropertyZIndex, CSSPropertyZoom,
113 113
114 CSSPropertyWebkitAppearance, CSSPropertyBackfaceVisibility, 114 CSSPropertyWebkitAppearance, CSSPropertyBackfaceVisibility,
115 CSSPropertyWebkitBackgroundClip, CSSPropertyWebkitBackgroundOrigin, 115 CSSPropertyWebkitBackgroundClip, CSSPropertyWebkitBackgroundOrigin,
116 CSSPropertyWebkitBorderHorizontalSpacing, CSSPropertyWebkitBorderImage, 116 CSSPropertyWebkitBorderHorizontalSpacing, CSSPropertyWebkitBorderImage,
117 CSSPropertyWebkitBorderVerticalSpacing, CSSPropertyWebkitBoxAlign, 117 CSSPropertyWebkitBorderVerticalSpacing, CSSPropertyWebkitBoxAlign,
118 CSSPropertyWebkitBoxDecorationBreak, CSSPropertyWebkitBoxDirection, 118 CSSPropertyWebkitBoxDecorationBreak, CSSPropertyWebkitBoxDirection,
119 CSSPropertyWebkitBoxFlex, CSSPropertyWebkitBoxFlexGroup, 119 CSSPropertyWebkitBoxFlex, CSSPropertyWebkitBoxFlexGroup,
120 CSSPropertyWebkitBoxLines, CSSPropertyWebkitBoxOrdinalGroup, 120 CSSPropertyWebkitBoxLines, CSSPropertyWebkitBoxOrdinalGroup,
121 CSSPropertyWebkitBoxOrient, CSSPropertyWebkitBoxPack, 121 CSSPropertyWebkitBoxOrient, CSSPropertyWebkitBoxPack,
122 CSSPropertyWebkitBoxReflect, CSSPropertyColumnCount, CSSPropertyColumnGap, 122 CSSPropertyWebkitBoxReflect, CSSPropertyColumnCount, CSSPropertyColumnGap,
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "These styles are computed, and therefore the '" + 558 "These styles are computed, and therefore the '" +
559 getPropertyNameString(id) + "' property is read-only."); 559 getPropertyNameString(id) + "' property is read-only.");
560 } 560 }
561 561
562 DEFINE_TRACE(CSSComputedStyleDeclaration) { 562 DEFINE_TRACE(CSSComputedStyleDeclaration) {
563 visitor->trace(m_node); 563 visitor->trace(m_node);
564 CSSStyleDeclaration::trace(visitor); 564 CSSStyleDeclaration::trace(visitor);
565 } 565 }
566 566
567 } // namespace blink 567 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698