Bug 44369

Summary: [Qt] Faster bounding rect for the shadow clip region
Product: WebKit Reporter: Ariya Hidayat <ariya.hidayat>
Component: Layout and RenderingAssignee: Ariya Hidayat <ariya.hidayat>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 34479    
Attachments:
Description Flags
Patch kenneth: review+

Description Ariya Hidayat 2010-08-20 16:33:59 PDT
For clipping the shadow buffer, we should use the same trick like in https://bugs.webkit.org/show_bug.cgi?id=43416 to speed it up when using Qt >= 4.8.
Comment 1 Ariya Hidayat 2010-08-20 16:55:20 PDT
Created attachment 65011 [details]
Patch
Comment 2 Andreas Kling 2010-08-20 17:22:39 PDT
Comment on attachment 65011 [details]
Patch

LGTM
Comment 3 Ariya Hidayat 2010-08-21 01:35:11 PDT
Committed r65776: <http://trac.webkit.org/changeset/65776>