Bug 53025 - Fill unpainted rects with the background color.
Summary: Fill unpainted rects with the background color.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 11:00 PST by Anders Carlsson
Modified: 2011-01-24 11:12 PST (History)
0 users

See Also:


Attachments
Patch (3.31 KB, patch)
2011-01-24 11:02 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

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