|
|
SVGElement::parseAttribute resolves property via property map (Step 2.6)
SVGAnimatedOrder is introduced to handle parse errors for SVGFEConvolveMatrixElement's orderAttr in setBaseValueToString.
This is to replace the existing |SVGElement::parseAttribute| implementation,
but as there are many callers, we would like to proceed this incrementally.
a) Introduce |SVGElement::parseAttributeNew| *LANDED*
b) Convert all overrides |SVGElement::parseAttribute| to
a |parseAttributeNew| call. <-- This patch
c) Replace existing |parseAttribute| with |parseAttributeNew|, and remove all
overrides simply calling |parseAttributeNew|
This patch is (b).
BUG= 397902
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184167
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+45 lines, -201 lines) |
Patch |
 |
M |
Source/core/svg/SVGFECompositeElement.cpp
|
View
|
|
1 chunk |
+1 line, -25 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
View
|
|
3 chunks |
+30 lines, -37 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
View
|
|
1 chunk |
+1 line, -19 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGFEDisplacementMapElement.cpp
|
View
|
|
1 chunk |
+1 line, -21 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGFETileElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGFETileElement.cpp
|
View
|
|
1 chunk |
+3 lines, -29 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGMaskElement.cpp
|
View
|
|
1 chunk |
+1 line, -21 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGStopElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGStopElement.cpp
|
View
|
|
1 chunk |
+6 lines, -32 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGStyleElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGStyleElement.cpp
|
View
|
|
1 chunk |
+2 lines, -14 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|