[webkit-reviews] review granted: [Bug 45567] Get accelerated compositing working with WebKit2 on Windows : [Attachment 74064] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 17:11:23 PST 2010


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 45567: Get accelerated compositing working with WebKit2 on Windows
https://bugs.webkit.org/show_bug.cgi?id=45567

Attachment 74064: Patch
https://bugs.webkit.org/attachment.cgi?id=74064&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=74064&action=review

> WebKit2/UIProcess/win/WebView.cpp:672
> +	   case DrawingAreaProxy::ChunkedUpdateDrawingAreaType: {
> +	       newDrawingArea = ChunkedUpdateDrawingAreaProxy::create(this);
> +	       break;
> +	   }
> +	   case DrawingAreaProxy::LayerBackedDrawingAreaType: {
> +	       newDrawingArea = LayerBackedDrawingAreaProxy::create(this);
> +	       break;

If these proxies took a cross-platform object, this whole function could be in
WebPageProxy.


More information about the webkit-reviews mailing list