|
Explicitly use SkPaint(s) in SVGInlineTextBoxPainter
Move paintForLayoutObject from SVGShapePainter.cpp to SVGPaintContext,
and use it when setting up paints for decorations and text in
SVGInlineTextBoxPainter.
This eliminates the last users of SVGLayoutSupport functions
updateGraphicsContext() and applyStrokeStyleToContext(), as well as
SVGPaintServer::apply().
BUG= 424655
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193360
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+84 lines, -142 lines) |
Patch |
|
M |
Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
View
|
|
2 chunks |
+1 line, -26 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/LayoutSVGShape.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGLayoutSupport.h
|
View
|
|
3 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGLayoutSupport.cpp
|
View
|
|
2 chunks |
+0 lines, -48 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/line/SVGRootInlineBox.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/line/SVGRootInlineBox.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/paint/SVGInlineTextBoxPainter.cpp
|
View
|
|
4 chunks |
+25 lines, -15 lines |
0 comments
|
Download
|
|
M |
Source/core/paint/SVGPaintContext.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
2 comments
|
Download
|
|
M |
Source/core/paint/SVGPaintContext.cpp
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/paint/SVGShapePainter.cpp
|
View
|
|
3 chunks |
+2 lines, -39 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/GraphicsContext.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/GraphicsContext.cpp
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|