[webkit-reviews] review granted: [Bug 108259] Coordinated Graphics : Remove WebCoordinatedSurface dependency from CoordinatedSurface : [Attachment 185672] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 23:27:09 PST 2013


Noam Rosenthal <noam at webkit.org> has granted Jae Hyun Park
<jae.park at company100.net>'s request for review:
Bug 108259: Coordinated Graphics : Remove WebCoordinatedSurface dependency from
CoordinatedSurface
https://bugs.webkit.org/show_bug.cgi?id=108259

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

------- Additional Comments from Noam Rosenthal <noam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=185672&action=review


> Source/WebKit2/ChangeLog:18
> +	   This patch introduces CoordinatedSurface::Factory, which is a
function pointer
> +	   that creates CoordinatedSurfaces. CoordinatedImageBacking and
UpdateAtlas
> +	   create a CoordinatedSurface using the function pointer passed by
> +	   CoordinatedLayerTreeHost, instead of using
CoordinatedSurface::create. This

We don't pass the function pointer to those classes, the changelog need to be
updated.


More information about the webkit-reviews mailing list