Check who calls its constructor. From a quick look I saw that
RenderBoxModelObject instantiate RenderLayer objects if it matches to
the filter done in:
virtual bool requiresLayer() const { return isRoot() || isPositioned()
|| isRelPositioned() || isTransparent() || hasOverflowClip() ||
hasTransform() || hasMask() || hasReflection() ||
style()->specifiesColumns(); }
It gives you a clue, I think.
On Tue, Aug 17, 2010 at 8:39 AM, sunny shah <[email protected]> wrote:
> which HTMLTags/CSS requires webkit to create new render layers?
>
> _______________________________________________
> webkit-help mailing list
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
--
--Antonio Gomes
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help