|
|
Code cleanup: Replace Element with Document in element.animate()
Since compositor keyframes are no longer snapshot during element.animate()
we don't have a dependency on the target Element any more and can instead
use the Document.
This will make it easier to create SharedKeyframes in the future that are
decoupled from specific elements.
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+176 lines, -199 lines) |
Patch |
 |
M |
third_party/WebKit/Source/core/animation/AnimationEffectTiming.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/AnimationEffectTiming.cpp
|
View
|
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/AnimationInputHelpers.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/AnimationInputHelpers.cpp
|
View
|
1
|
3 chunks |
+22 lines, -28 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/EffectInput.h
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/EffectInput.cpp
|
View
|
|
8 chunks |
+21 lines, -22 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/EffectInputTest.cpp
|
View
|
1
|
6 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/ElementAnimation.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/KeyframeEffect.cpp
|
View
|
1
|
1 chunk |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
View
|
1
2
|
10 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/StringKeyframe.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/TimingInput.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/TimingInput.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/TimingInputTest.cpp
|
View
|
1
|
8 chunks |
+80 lines, -79 lines |
0 comments
|
Download
|
Total messages: 27 (12 generated)
|