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

Issue 585943004: Move painting code from RenderLineBoxList to LineBoxListPainter. (Closed)

Created:
6 years, 3 months ago by chrishtr
Modified:
6 years, 3 months ago
CC:
blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rune+blink, zoltan1
Project:
blink
Visibility:
Public.

Description

Move painting code from RenderLineBoxList to LineBoxListPainter. BUG=412088 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182374

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix #

Patch Set 3 : Merged. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -46 lines) Patch
M Source/core/core.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/paint/BlockPainter.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/paint/InlinePainter.cpp View 2 chunks +2 lines, -1 line 0 comments Download
A Source/core/paint/LineBoxListPainter.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A Source/core/paint/LineBoxListPainter.cpp View 1 chunk +58 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderLineBoxList.h View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderLineBoxList.cpp View 1 chunk +0 lines, -41 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
chrishtr
6 years, 3 months ago (2014-09-19 23:17:07 UTC) #2
leviw_travelin_and_unemployed
https://codereview.chromium.org/585943004/diff/1/Source/core/paint/LineBoxListPainter.h File Source/core/paint/LineBoxListPainter.h (right): https://codereview.chromium.org/585943004/diff/1/Source/core/paint/LineBoxListPainter.h#newcode23 Source/core/paint/LineBoxListPainter.h:23: RenderLineBoxList& m_renderLineBoxList; This should be private.
6 years, 3 months ago (2014-09-19 23:18:57 UTC) #4
pdr.
LGTM2 https://codereview.chromium.org/585943004/diff/1/Source/core/rendering/RenderLineBoxList.h File Source/core/rendering/RenderLineBoxList.h (right): https://codereview.chromium.org/585943004/diff/1/Source/core/rendering/RenderLineBoxList.h#newcode67 Source/core/rendering/RenderLineBoxList.h:67: bool anyLineIntersectsRect(RenderBoxModelObject*, const LayoutRect&, const LayoutPoint&) const; Can ...
6 years, 3 months ago (2014-09-19 23:19:39 UTC) #5
chrishtr
https://codereview.chromium.org/585943004/diff/1/Source/core/paint/LineBoxListPainter.h File Source/core/paint/LineBoxListPainter.h (right): https://codereview.chromium.org/585943004/diff/1/Source/core/paint/LineBoxListPainter.h#newcode23 Source/core/paint/LineBoxListPainter.h:23: RenderLineBoxList& m_renderLineBoxList; On 2014/09/19 23:18:57, leviw wrote: > This ...
6 years, 3 months ago (2014-09-19 23:19:48 UTC) #6
pdr.
On 2014/09/19 23:19:39, pdr wrote: > LGTM2 > > https://codereview.chromium.org/585943004/diff/1/Source/core/rendering/RenderLineBoxList.h > File Source/core/rendering/RenderLineBoxList.h (right): > ...
6 years, 3 months ago (2014-09-19 23:21:13 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585943004/40001
6 years, 3 months ago (2014-09-20 21:34:35 UTC) #9
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 3 months ago (2014-09-20 21:34:38 UTC) #11
pdr.
On 2014/09/20 21:34:38, I haz the power (commit-bot) wrote: > No LGTM from a valid ...
6 years, 3 months ago (2014-09-20 21:42:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585943004/40001
6 years, 3 months ago (2014-09-20 21:43:38 UTC) #14
commit-bot: I haz the power
6 years, 3 months ago (2014-09-20 22:49:39 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 182374

Powered by Google App Engine
This is Rietveld 408576698