[webkit-reviews] review granted: [Bug 190762] CSS Paint API should give a 2d rendering context : [Attachment 352911] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 15:39:29 PDT 2018


Dean Jackson <dino at apple.com> has granted Justin Michaud
<justin_michaud at apple.com>'s request for review:
Bug 190762: CSS Paint API should give a 2d rendering context
https://bugs.webkit.org/show_bug.cgi?id=190762

Attachment 352911: Patch

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




--- Comment #13 from Dean Jackson <dino at apple.com> ---
Comment on attachment 352911
  --> https://bugs.webkit.org/attachment.cgi?id=352911
Patch

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

> Source/WebCore/html/CustomPaintCanvas.cpp:89
> +   
downcast<PaintRenderingContext2D>(*m_context).setUsesDisplayListDrawing(true);
> +   
downcast<PaintRenderingContext2D>(*m_context).setTracksDisplayListReplay(false)
;

smfr++ for recommending this. I didn't know it was stable enough.


More information about the webkit-reviews mailing list