Bug 44369 - [Qt] Faster bounding rect for the shadow clip region
Summary: [Qt] Faster bounding rect for the shadow clip region
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ariya Hidayat
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 34479
  Show dependency treegraph
 
Reported: 2010-08-20 16:33 PDT by Ariya Hidayat
Modified: 2010-08-21 01:35 PDT (History)
0 users

See Also:


Attachments
Patch (1.40 KB, patch)
2010-08-20 16:55 PDT, Ariya Hidayat
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>