[webkit-reviews] review granted: [Bug 187866] Be more conservative with compositing layer creation when memory is low : [Attachment 345821] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 19:30:25 PDT 2018


zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 187866: Be more conservative with compositing layer creation when memory is
low
https://bugs.webkit.org/show_bug.cgi?id=187866

Attachment 345821: Patch

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




--- Comment #14 from zalan <zalan at apple.com> ---
Comment on attachment 345821
  --> https://bugs.webkit.org/attachment.cgi?id=345821
Patch

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

> Source/WebCore/rendering/RenderLayerCompositor.cpp:2458
> +    if (!renderer.isCanvas())

is<RenderHTMLCanvas>

> Source/WebCore/rendering/RenderLayerCompositor.cpp:2461
> +    bool isCanvasLargeEnoughToForceCompositing = true;

auto?


More information about the webkit-reviews mailing list