RESOLVED FIXED 122433
Factor text paint style computation out from InlineTextBox
https://bugs.webkit.org/show_bug.cgi?id=122433
Summary Factor text paint style computation out from InlineTextBox
Antti Koivisto
Reported 2013-10-06 18:03:26 PDT
for the future
Attachments
patch (33.37 KB, patch)
2013-10-06 18:06 PDT, Antti Koivisto
kling: review+
eflews.bot: commit-queue-
for bots (33.43 KB, patch)
2013-10-06 18:40 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2013-10-06 18:06:08 PDT
Andreas Kling
Comment 2 2013-10-06 18:13:18 PDT
Comment on attachment 213547 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=213547&action=review > Source/WebCore/rendering/TextPaintStyle.cpp:38 > +TextPaintStyle::TextPaintStyle() I would zero-initialize the stroke width here for good measure. > Source/WebCore/rendering/TextPaintStyle.h:54 > +void updateGraphicsContext(GraphicsContext*, const TextPaintStyle&, StrokeColorType = UseNormalStrokeColor); This should take a GraphicsContext&.
EFL EWS Bot
Comment 3 2013-10-06 18:25:24 PDT
Build Bot
Comment 4 2013-10-06 18:33:31 PDT
EFL EWS Bot
Comment 5 2013-10-06 18:38:43 PDT
Antti Koivisto
Comment 6 2013-10-06 18:40:47 PDT
Created attachment 213549 [details] for bots
Antti Koivisto
Comment 7 2013-10-06 19:16:06 PDT
Note You need to log in before you can comment on or make changes to this bug.