|
Fix checkForRepaintDuringLayout do return false when doing repaintAfterLayout.
The checkForRepaintDuringLayout is needed for both the non-repaintAfterLayout
and the repaintAfterLayout case. So, I've split the method into checkForRepaint
and checkForRepaintAfterLayout which are used as needed.
This change pointed out a few missing LayoutRectRecorder entries that have
been added to fixup LayoutTests.
BUG= 310398
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165101
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+22 lines, -10 lines) |
Patch |
 |
M |
Source/core/rendering/RenderBlockFlow.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderBlockLineLayout.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderFlexibleBox.cpp
|
View
|
|
4 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderFrameSet.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderObject.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderObject.cpp
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderTableCell.cpp
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderTableRow.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderTableSection.cpp
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderTextControlSingleLine.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|