Bug 29737 - Need SPI to invalidate a WebView's backing store
Summary: Need SPI to invalidate a WebView's backing store
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2009-09-25 08:02 PDT by Adam Roben (:aroben)
Modified: 2009-09-25 08:33 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (2.84 KB, patch)
2009-09-25 08:02 PDT, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-09-25 08:02:20 PDT
Created attachment 40112 [details]
Patch v1

IWebUIDelegatePrivate2::drawBackground can be used to draw a custom background into a WebView. But when that custom background changes, we need a way to tell WebView to invalidate its backing store so we can redraw the background. We should add SPI to do this.
Comment 1 Anders Carlsson 2009-09-25 08:04:26 PDT
Comment on attachment 40112 [details]
Patch v1

r=me
Comment 2 Adam Roben (:aroben) 2009-09-25 08:33:14 PDT
Committed r48754: <http://trac.webkit.org/changeset/48754>