|
Remove FlowThreadController and relateds.
There's no need for FlowThreadController,
CurrentRenderFlowThreadMaintainer or CurrentRenderFlowThreadDisabler.
Store the current flow thread in LayoutState instead, so that
RenderObject::locateFlowThreadContainingBlock() can still find the
flow thread quickly during layout.
Also removed CSS regions relic from collapseAnonymousBlockChild().
R=jchaffraix@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186328
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+20 lines, -199 lines) |
Patch |
|
M |
Source/core/core.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Node.cpp
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
Source/core/rendering/FlowThreadController.h
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
|
D |
Source/core/rendering/FlowThreadController.cpp
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/LayoutState.h
|
View
|
|
3 chunks |
+5 lines, -0 lines |
2 comments
|
Download
|
|
M |
Source/core/rendering/LayoutState.cpp
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderBlock.cpp
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderFlowThread.h
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderFlowThread.cpp
|
View
|
|
4 chunks |
+0 lines, -46 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderObject.cpp
|
View
|
1
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderTreeAsText.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderView.h
|
View
|
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderView.cpp
|
View
|
|
2 chunks |
+5 lines, -22 lines |
4 comments
|
Download
|
Total messages: 6 (1 generated)
|