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

Issue 620243002: Move painting code from InlineTextBox to InlineTextBoxPainter. (Closed)

Created:
6 years, 2 months ago by chrishtr
Modified:
6 years, 2 months ago
Reviewers:
jbroman
CC:
blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rune+blink, slimming-paint-reviews_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Move painting code from InlineTextBox to InlineTextBoxPainter. BUG=412088 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183212

Patch Set 1 #

Patch Set 2 : Finished. #

Total comments: 15

Patch Set 3 : Fixed #

Patch Set 4 : Fix. #

Patch Set 5 : Final version. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+860 lines, -793 lines) Patch
M Source/core/core.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A Source/core/paint/InlineTextBoxPainter.h View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
A Source/core/paint/InlineTextBoxPainter.cpp View 1 2 1 chunk +791 lines, -0 lines 0 comments Download
M Source/core/rendering/InlineTextBox.h View 1 2 5 chunks +8 lines, -25 lines 0 comments Download
M Source/core/rendering/InlineTextBox.cpp View 1 2 7 chunks +8 lines, -767 lines 0 comments Download
M Source/core/rendering/svg/SVGInlineTextBox.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
chrishtr
6 years, 2 months ago (2014-10-03 16:28:04 UTC) #2
jbroman
I assume that most of this is code movement, so I haven't inspected each and ...
6 years, 2 months ago (2014-10-03 17:46:17 UTC) #3
jbroman
https://codereview.chromium.org/620243002/diff/20001/Source/core/paint/InlineTextBoxPainter.cpp File Source/core/paint/InlineTextBoxPainter.cpp (right): https://codereview.chromium.org/620243002/diff/20001/Source/core/paint/InlineTextBoxPainter.cpp#newcode96 Source/core/paint/InlineTextBoxPainter.cpp:96: context->concatCTM(m_inlineTextBox.rotation(boxRect, InlineTextBox::Clockwise)); On 2014/10/03 17:46:17, jbroman wrote: > InlineTextBox::rotation ...
6 years, 2 months ago (2014-10-03 17:48:44 UTC) #4
chrishtr
Regarding perf: no I did not run any perf tests. Will chat offine with you ...
6 years, 2 months ago (2014-10-03 18:10:37 UTC) #5
jbroman
lgtm https://codereview.chromium.org/620243002/diff/20001/Source/core/paint/InlineTextBoxPainter.h File Source/core/paint/InlineTextBoxPainter.h (right): https://codereview.chromium.org/620243002/diff/20001/Source/core/paint/InlineTextBoxPainter.h#newcode18 Source/core/paint/InlineTextBoxPainter.h:18: struct PaintInfo; On 2014/10/03 18:10:37, chrishtr wrote: > ...
6 years, 2 months ago (2014-10-03 18:18:26 UTC) #6
chrishtr
https://codereview.chromium.org/620243002/diff/20001/Source/core/paint/InlineTextBoxPainter.h File Source/core/paint/InlineTextBoxPainter.h (right): https://codereview.chromium.org/620243002/diff/20001/Source/core/paint/InlineTextBoxPainter.h#newcode18 Source/core/paint/InlineTextBoxPainter.h:18: struct PaintInfo; On 2014/10/03 18:18:26, jbroman wrote: > On ...
6 years, 2 months ago (2014-10-03 18:37:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/620243002/80001
6 years, 2 months ago (2014-10-03 18:44:07 UTC) #9
commit-bot: I haz the power
6 years, 2 months ago (2014-10-03 20:27:03 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as 183212

Powered by Google App Engine
This is Rietveld 408576698