|
|
Extracting the SVG Filter Reference implementation out of the FilterEffectRenderer into its own type of filter.
This way we don't need to build a FilterEffectRenderer when rendering the SVG reference in the compositor.
BUG= 229714
Total comments: 1
Total comments: 1
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+224 lines, -153 lines) |
Patch |
 |
M |
Source/core/core.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/platform/graphics/filters/Filter.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/platform/graphics/filters/FilterEffect.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/platform/graphics/filters/FilterEffect.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/platform/graphics/filters/FilterOperation.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
Source/core/platform/graphics/filters/ReferenceFilter.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+27 lines, -21 lines |
0 comments
|
Download
|
 |
A + |
Source/core/platform/graphics/filters/ReferenceFilter.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/platform/graphics/filters/SkiaImageFilterBuilder.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/FilterEffectRenderer.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+3 lines, -16 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/FilterEffectRenderer.cpp
|
View
|
1
2
3
4
5
6
|
7 chunks |
+18 lines, -78 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderLayer.cpp
|
View
|
1
2
3
4
5
6
|
5 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
Source/core/rendering/svg/ReferenceFilterBuilder.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
A |
Source/core/rendering/svg/ReferenceFilterBuilder.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|