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

Issue 538663002: Move InlineTextBox::paint guts into blink::TextPainter. (Closed)

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

Description

Move InlineTextBox::paint guts into blink::TextPainter. This makes it a little clearer than when we have 12-argument functions. BUG=388946 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181471

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -143 lines) Patch
M Source/core/core.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/InlineTextBox.cpp View 6 chunks +26 lines, -143 lines 0 comments Download
A Source/core/rendering/TextPainter.h View 1 1 chunk +85 lines, -0 lines 0 comments Download
A Source/core/rendering/TextPainter.cpp View 1 1 chunk +138 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
jbroman
I think this is a net win for making InlineTextBox's painting a little more rational. ...
6 years, 3 months ago (2014-09-03 21:44:49 UTC) #2
Stephen Chennney
It certainly makes it clearer, but I would go the extra step and move the ...
6 years, 3 months ago (2014-09-04 15:26:49 UTC) #3
Stephen Chennney
https://codereview.chromium.org/538663002/diff/1/Source/core/rendering/TextPainter.cpp File Source/core/rendering/TextPainter.cpp (right): https://codereview.chromium.org/538663002/diff/1/Source/core/rendering/TextPainter.cpp#newcode60 Source/core/rendering/TextPainter.cpp:60: if (m_combinedText) { Make this block a distinct method ...
6 years, 3 months ago (2014-09-04 15:27:28 UTC) #4
jbroman
On 2014/09/04 15:26:49, Stephen Chenney wrote: > It certainly makes it clearer, but I would ...
6 years, 3 months ago (2014-09-04 19:57:07 UTC) #5
Stephen Chennney
On 2014/09/04 19:57:07, jbroman wrote: > On 2014/09/04 15:26:49, Stephen Chenney wrote: > > It ...
6 years, 3 months ago (2014-09-04 20:35:36 UTC) #6
jbroman
https://codereview.chromium.org/538663002/diff/1/Source/core/rendering/TextPainter.cpp File Source/core/rendering/TextPainter.cpp (right): https://codereview.chromium.org/538663002/diff/1/Source/core/rendering/TextPainter.cpp#newcode60 Source/core/rendering/TextPainter.cpp:60: if (m_combinedText) { On 2014/09/04 15:27:28, Stephen Chenney wrote: ...
6 years, 3 months ago (2014-09-04 21:16:52 UTC) #7
Stephen Chennney
lgtm
6 years, 3 months ago (2014-09-05 13:40:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbroman@chromium.org/538663002/20001
6 years, 3 months ago (2014-09-05 13:41:56 UTC) #10
commit-bot: I haz the power
6 years, 3 months ago (2014-09-05 13:46:51 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 181471

Powered by Google App Engine
This is Rietveld 408576698