[webkit-reviews] review granted: [Bug 189812] Restrict the total combined size of backdrop filters : [Attachment 350296] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 19:10:26 PDT 2018


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Dean Jackson
<dino at apple.com>'s request for review:
Bug 189812: Restrict the total combined size of backdrop filters
https://bugs.webkit.org/show_bug.cgi?id=189812

Attachment 350296: Patch

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




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

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

> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:95
> +static const unsigned cMaxTotalBackdropFilterSize = 1242 * 2208 * 10;

Maybe call this "area"

> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:158
> +	   unsigned totalBackdropFilterSize { 0 };

totalBackdropFilterArea


More information about the webkit-reviews mailing list