Bug 86278 - Composited layers should only run the overlay scrollbars painting pass if necessary
Summary: Composited layers should only run the overlay scrollbars painting pass if nec...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-05-11 18:08 PDT by Beth Dakin
Modified: 2012-05-11 18:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.02 KB, patch)
2012-05-11 18:10 PDT, Beth Dakin
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2012-05-11 18:08:03 PDT
https://bugs.webkit.org/show_bug.cgi?id=86158 made sure to run the overlay scrollbars painting pass when in tiled drawing mode. However, it was a little aggressive in allowing that pass to go forward. Patch forthcoming.

<rdar://problem/11437428>
Comment 1 Beth Dakin 2012-05-11 18:10:52 PDT
Created attachment 141538 [details]
Patch
Comment 2 Beth Dakin 2012-05-11 18:19:06 PDT
Thanks Dan! Committed change: http://trac.webkit.org/changeset/116831