Bug 117684 - Fixed backgrounds in composited layers not repainted on scrolling
Summary: Fixed backgrounds in composited layers not repainted on scrolling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-06-16 14:56 PDT by Simon Fraser (smfr)
Modified: 2013-06-16 21:24 PDT (History)
7 users (show)

See Also:


Attachments
Patch (13.66 KB, patch)
2013-06-16 15:06 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

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