Bug 117684

Summary: Fixed backgrounds in composited layers not repainted on scrolling
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, esprehn+autocc, glenn, sam, simon.fraser, thorton
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Simon Fraser (smfr) 2013-06-16 14:56:29 PDT
Fixed backgrounds in composited layers not repainted on scrolling
Comment 1 Simon Fraser (smfr) 2013-06-16 14:58:17 PDT
<rdar://problem/14158666>
Comment 2 Simon Fraser (smfr) 2013-06-16 15:06:26 PDT
Created attachment 204793 [details]
Patch
Comment 3 Tim Horton 2013-06-16 15:25:23 PDT
Comment on attachment 204793 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=204793&action=review

> Source/WebCore/ChangeLog:14
> +        do for position:fixed, and repainting each of the on scrolling.

each of the.

> Source/WebCore/page/FrameView.cpp:1772
> +        RenderObject* renderer = *it;

don't really need the local
Comment 4 Simon Fraser (smfr) 2013-06-16 16:33:32 PDT
http://trac.webkit.org/changeset/151624
Comment 5 Simon Fraser (smfr) 2013-06-16 21:24:04 PDT
Followup in http://trac.webkit.org/changeset/151629