[webkit-reviews] review granted: [Bug 219467] Many different assertion failures on the GPU process bot after r270366 : [Attachment 415268] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 19:31:49 PST 2020


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 219467: Many different assertion failures on the GPU process bot after
r270366
https://bugs.webkit.org/show_bug.cgi?id=219467

Attachment 415268: Patch

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




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 415268
  --> https://bugs.webkit.org/attachment.cgi?id=415268
Patch

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

> Source/WebKit/WebProcess/WebPage/DrawingArea.h:78
> +    static bool drawingAreaTypeSupportsGPUProcessRendering(DrawingAreaType);

Since this is called like
DrawingArea::drawingAreaTypeSupportsGPUProcessRendering() I think you can all
it supportsGPUProcessRenderingForType() or just supportsGPUProcessRendering()


More information about the webkit-reviews mailing list