|
Clean up static_cast<SVGFooElement*> by using toSVGFoo()
As a step to use toFoo(), this cl clean up static_cast<SVGAltGlyphDef|AltGlyph|
AltGlyphItem|AnimateTransform|CursorElement*> by using toSVGFooElement(). To do it,
This cl generate toSVGFooElement for below SVG elements.
- SVGAltGlyphDefElement
- SVGAltGlyphElement
- SVGAltGlyphItemElement
- SVGAnimateTransformElement
- SVGCursorElement
BUG= 309516
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164838
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+19 lines, -7 lines) |
Patch |
|
M |
Source/core/css/CSSCursorImageValue.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAltGlyphDefElement.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAltGlyphDefElement.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAltGlyphElement.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAltGlyphElement.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAltGlyphItemElement.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAltGlyphItemElement.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAnimateTransformElement.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAnimatedTransformList.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGCursorElement.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGFontData.cpp
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|