|
Web Animations: Remove CSS dependence from InterpolationType
This change is part of adding keyframe composite mode support to
SVG Web Animations by generalising InterpolationTypes to more than just
CSS animations.
New class: InterpolationEnvironment
Forked class: InterpolationType => InterpolationType, CSSInterpolationType
BUG= 530436
Committed: https://crrev.com/cc0dda5dde6dc62ef6c5af2e08c690552ea8d835
Cr-Commit-Position: refs/heads/master@{#356479}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+273 lines, -204 lines) |
Patch |
 |
A |
third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
View
|
1
2
3
4
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ColorInterpolationType.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ColorInterpolationType.cpp
|
View
|
1
2
3
4
|
5 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ImageInterpolationType.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ImageInterpolationType.cpp
|
View
|
1
2
3
4
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ImageListInterpolationType.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ImageListInterpolationType.cpp
|
View
|
1
2
3
4
|
7 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
|
View
|
1
2
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/InterpolationType.h
|
View
|
1
2
3
4
|
6 chunks |
+13 lines, -29 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/InvalidatableStyleInterpolation.h
|
View
|
1
2
3
4
|
2 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/InvalidatableStyleInterpolation.cpp
|
View
|
1
2
3
4
|
11 chunks |
+33 lines, -28 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/Keyframe.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/LengthInterpolationType.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/LengthInterpolationType.cpp
|
View
|
1
2
3
4
5
|
8 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/NumberInterpolationType.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/NumberInterpolationType.cpp
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/PaintInterpolationType.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/PaintInterpolationType.cpp
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ShadowListInterpolationType.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ShadowListInterpolationType.cpp
|
View
|
1
2
3
4
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 13 (5 generated)
|