[webkit-reviews] review granted: [Bug 180718] Add CanvasRenderingContext2DBase class and OffscreenCanvasRenderingContext2D : [Attachment 329165] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 12 15:32:21 PST 2017


Sam Weinig <sam at webkit.org> has granted Dean Jackson <dino at apple.com>'s request
for review:
Bug 180718: Add CanvasRenderingContext2DBase class and
OffscreenCanvasRenderingContext2D
https://bugs.webkit.org/show_bug.cgi?id=180718

Attachment 329165: Patch

https://bugs.webkit.org/attachment.cgi?id=329165&action=review




--- Comment #6 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 329165
  --> https://bugs.webkit.org/attachment.cgi?id=329165
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=329165&action=review

> Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.idl:35
> +//	 void commit();
> +    readonly attribute OffscreenCanvas canvas;

This comment should be next to the type, match the ones below.


More information about the webkit-reviews mailing list