Created attachment 39661 [details] Patch v1 Need a short description and bug URL (OOPS!) Reviewed by NOBODY (OOPS!). * Interfaces/IWebUIDelegatePrivate.idl: Added IWebUIDelegatePrivate2::drawBackground. * WebView.cpp: (WebView::paintIntoBackingStore): After clearing or filling with white, let the delegate draw whatever background it wants. Also added an assertion that the dirty rect is within our bounds. --- 3 files changed, 30 insertions(+), 0 deletions(-)
Comment on attachment 39661 [details] Patch v1 r=me
Committed r48440: <http://trac.webkit.org/changeset/48440>