Bug 53025

Summary: Fill unpainted rects with the background color.
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2011-01-24 11:00:44 PST
Fill unpainted rects with the background color.
Comment 1 Anders Carlsson 2011-01-24 11:02:07 PST
Created attachment 79938 [details]
Patch
Comment 2 Sam Weinig 2011-01-24 11:09:27 PST
Comment on attachment 79938 [details]
Patch

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

> Source/WebKit2/UIProcess/API/mac/WKView.mm:1227
> +static void drawPageBackground(CGContextRef context, WebPageProxy *page, const IntRect& rect)

* on the wrong side for WebPageProxy.
Comment 3 Anders Carlsson 2011-01-24 11:12:06 PST
Committed r76533: <http://trac.webkit.org/changeset/76533>