RESOLVED FIXED 124651
Don't paint simple text runs outside the paint rect
https://bugs.webkit.org/show_bug.cgi?id=124651
Summary Don't paint simple text runs outside the paint rect
Antti Koivisto
Reported 2013-11-20 03:27:06 PST
optimize
Attachments
patch (9.46 KB, patch)
2013-11-20 03:43 PST, Antti Koivisto
andersca: review+
Antti Koivisto
Comment 1 2013-11-20 03:43:51 PST
Anders Carlsson
Comment 2 2013-11-20 06:53:19 PST
Comment on attachment 217416 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=217416&action=review > Source/WebCore/rendering/SimpleLineLayoutFunctions.cpp:90 > auto run = *it; I think this copies the run. Maybe it should be const auto& instead?
Antti Koivisto
Comment 3 2013-11-20 07:12:06 PST
Note You need to log in before you can comment on or make changes to this bug.