[webkit-reviews] review granted: [Bug 115431] Cap max CALayer tree depth to avoid crashes : [Attachment 200136] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 30 11:34:59 PDT 2013


Tim Horton <timothy_horton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 115431: Cap max CALayer tree depth to avoid crashes
https://bugs.webkit.org/show_bug.cgi?id=115431

Attachment 200136: Patch
https://bugs.webkit.org/attachment.cgi?id=200136&action=review

------- Additional Comments from Tim Horton <timothy_horton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=200136&action=review


> Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:64
> +static const int cMaxLayerTreeDepth = 250;

I think the 'c' is unusual but you're just following this file.


More information about the webkit-reviews mailing list