|
Merge ReferenceFilter into Filter
The number of differences between the different subclasses of Filter is
decreasing. This brings in a sink and source reference into the
baseclass and makes use of that for users of the SVGFilter subclass too.
Instances of 'targetBoundingBox' is renamed to 'referenceBox' and the
absoluteFilterRegion() method is simplified.
BUG= 109224
Committed: https://crrev.com/e57a376a142ca72f6adeeac938bd4287fd54934c
git-svn-id: svn://svn.chromium.org/blink/trunk@202273 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+97 lines, -210 lines) |
Patch |
|
M |
Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/ReferenceFilterBuilder.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/ReferenceFilterBuilder.cpp
|
View
|
|
5 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/paint/DeprecatedPaintLayer.cpp
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/paint/FilterEffectBuilder.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/paint/FilterEffectBuilder.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/paint/SVGFilterPainter.cpp
|
View
|
1
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/graphics/filters/SVGFilter.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/graphics/filters/SVGFilter.cpp
|
View
|
|
3 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/platform/blink_platform.gypi
|
View
|
1
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/filters/Filter.h
|
View
|
1
|
1 chunk |
+31 lines, -14 lines |
0 comments
|
Download
|
|
A + |
Source/platform/graphics/filters/Filter.cpp
|
View
|
1
|
1 chunk |
+22 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/filters/FilterOperation.h
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/filters/ImageFilterBuilderTest.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
D |
Source/platform/graphics/filters/ReferenceFilter.h
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
|
D |
Source/platform/graphics/filters/ReferenceFilter.cpp
|
View
|
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 11 (2 generated)
|