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

Side by Side Diff: Source/core/animation/css/CSSAnimations.cpp

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 case CSSPropertyFill: 738 case CSSPropertyFill:
739 case CSSPropertyFillOpacity: 739 case CSSPropertyFillOpacity:
740 case CSSPropertyFlexBasis: 740 case CSSPropertyFlexBasis:
741 case CSSPropertyFlexGrow: 741 case CSSPropertyFlexGrow:
742 case CSSPropertyFlexShrink: 742 case CSSPropertyFlexShrink:
743 case CSSPropertyFloodColor: 743 case CSSPropertyFloodColor:
744 case CSSPropertyFloodOpacity: 744 case CSSPropertyFloodOpacity:
745 case CSSPropertyFontSize: 745 case CSSPropertyFontSize:
746 case CSSPropertyFontWeight: 746 case CSSPropertyFontWeight:
747 case CSSPropertyHeight: 747 case CSSPropertyHeight:
748 case CSSPropertyKerning:
749 case CSSPropertyLeft: 748 case CSSPropertyLeft:
750 case CSSPropertyLetterSpacing: 749 case CSSPropertyLetterSpacing:
751 case CSSPropertyLightingColor: 750 case CSSPropertyLightingColor:
752 case CSSPropertyLineHeight: 751 case CSSPropertyLineHeight:
753 case CSSPropertyListStyleImage: 752 case CSSPropertyListStyleImage:
754 case CSSPropertyMarginBottom: 753 case CSSPropertyMarginBottom:
755 case CSSPropertyMarginLeft: 754 case CSSPropertyMarginLeft:
756 case CSSPropertyMarginRight: 755 case CSSPropertyMarginRight:
757 case CSSPropertyMarginTop: 756 case CSSPropertyMarginTop:
758 case CSSPropertyMaxHeight: 757 case CSSPropertyMaxHeight:
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 } 850 }
852 851
853 void CSSAnimationUpdate::trace(Visitor* visitor) 852 void CSSAnimationUpdate::trace(Visitor* visitor)
854 { 853 {
855 visitor->trace(m_newTransitions); 854 visitor->trace(m_newTransitions);
856 visitor->trace(m_activeInterpolationsForAnimations); 855 visitor->trace(m_activeInterpolationsForAnimations);
857 visitor->trace(m_activeInterpolationsForTransitions); 856 visitor->trace(m_activeInterpolationsForTransitions);
858 } 857 }
859 858
860 } // namespace WebCore 859 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | Source/core/animation/css/CSSPropertyEquality.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698