Bug 29737

Summary: Need SPI to invalidate a WebView's backing store
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt
Priority: P2 Keywords: PlatformOnly
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Windows XP   
Attachments:
Description Flags
Patch v1 andersca: review+

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>