|
|
Change all uses of the RoundedRect class to use FloatRoundedRect instead.
This is step 1 of subpixel positioning of rounded rects. That will in turn allow
us to get rid of most of the bleed-avoidance code in BoxDecorationData. And that
code is not Slimming Paint compatible (see the referenced bug).
The CL also gets rid of duplicate code between the two classes.
BUG= 382491
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187752
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+343 lines, -626 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/BoxClipper.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/BoxPainter.h
|
View
|
|
3 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/BoxPainter.cpp
|
View
|
1
2
3
4
5
|
36 chunks |
+71 lines, -69 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/LayerClipRecorder.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/LayerClipRecorder.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/PartPainter.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/ReplacedPainter.cpp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/HitTestLocation.h
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/HitTestLocation.cpp
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderBlock.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderBox.cpp
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderThemeChromiumMac.mm
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/shapes/BoxShapeTest.cpp
|
View
|
1
2
3
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/shapes/Shape.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/shapes/Shape.cpp
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/shapes/ShapeOutsideInfo.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/style/RenderStyle.h
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/style/RenderStyle.cpp
|
View
|
1
|
4 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/platform/blink_platform.gypi
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/platform/geometry/FloatRoundedRect.h
|
View
|
1
2
3
|
6 chunks |
+26 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/platform/geometry/FloatRoundedRect.cpp
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+127 lines, -0 lines |
0 comments
|
Download
|
 |
D |
Source/platform/geometry/RoundedRect.h
|
View
|
1
2
|
1 chunk |
+0 lines, -132 lines |
0 comments
|
Download
|
 |
D |
Source/platform/geometry/RoundedRect.cpp
|
View
|
1
2
|
1 chunk |
+0 lines, -247 lines |
0 comments
|
Download
|
 |
D |
Source/platform/geometry/RoundedRectTest.cpp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/GraphicsContext.h
|
View
|
|
6 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/GraphicsContext.cpp
|
View
|
1
2
3
|
12 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/GraphicsContextTest.cpp
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/Path.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/Path.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/paint/ClipDisplayItem.h
|
View
|
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/paint/ClipDisplayItem.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/paint/ClipRecorder.cpp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/paint/FloatClipDisplayItem.cpp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 24 (10 generated)
|