Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Issue 129853005: Fix checkForRepaintDuringLayout do return false when doing repaintAfterLayout. (Closed)

Created:
6 years, 11 months ago by dsinclair
Modified:
6 years, 11 months ago
CC:
blink-reviews, bemjb+rendering_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink@master
Visibility:
Public.

Description

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

Patch Set 1 #

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

Messages

Total messages: 4 (0 generated)
dsinclair
PTAL
6 years, 11 months ago (2014-01-14 16:08:11 UTC) #1
ojan
lgtm
6 years, 11 months ago (2014-01-14 18:36:54 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsinclair@chromium.org/129853005/1
6 years, 11 months ago (2014-01-14 18:39:11 UTC) #3
commit-bot: I haz the power
6 years, 11 months ago (2014-01-15 00:44:54 UTC) #4
Message was sent while issue was closed.
Change committed as 165101

Powered by Google App Engine
This is Rietveld 408576698