Bug 124651

Summary: Don't paint simple text runs outside the paint rect
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch andersca: review+

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.