[webkit-reviews] review granted: [Bug 124651] Don't paint simple text runs outside the paint rect : [Attachment 217416] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 06:54:44 PST 2013


Anders Carlsson <andersca at apple.com> has granted Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 124651: Don't paint simple text runs outside the paint rect
https://bugs.webkit.org/show_bug.cgi?id=124651

Attachment 217416: patch
https://bugs.webkit.org/attachment.cgi?id=217416&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
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?


More information about the webkit-reviews mailing list