Now that WebKit2 on Mac has switched over to DrawingAreaProxyImpl, we should switch on Windows, too. Anders says we need to: 1) Implement BackingStoreWin - should be simple, probably just need a DIB or something 2) change the implementation of PageClient::createDrawingAreaProxy to return a new DrawingAreaProxyImpl 3) remove a bunch of #if !PLATFORM(MAC) #error directives 4) Change WebView::onPaintEvent/WebView::onPrintClientEvent to paint the way -[WKView drawRect:] does
<rdar://problem/8960666>
Created attachment 81410 [details] Make it possible to use DrawingAreaProxyImpl on Windows
Comment on attachment 81410 [details] Make it possible to use DrawingAreaProxyImpl on Windows Whoops, wrong bug!
Committed r77839: <http://trac.webkit.org/changeset/77839>
(In reply to comment #4) > Committed r77839: <http://trac.webkit.org/changeset/77839> Whoops, wrong bug!
Created attachment 81877 [details] Turn on the new drawing area on Windows
Committed r78201: <http://trac.webkit.org/changeset/78201>