Bug 86278

Summary: Composited layers should only run the overlay scrollbars painting pass if necessary
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: Layout and RenderingAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, eric, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

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