[webkit-help] which tags creates new render layers?
Antonio Gomes
tonikitoo at gmail.com
Fri Aug 20 10:51:25 PDT 2010
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 <sunnysunilshah at gmail.com> wrote:
> which HTMLTags/CSS requires webkit to create new render layers?
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
--
--Antonio Gomes
More information about the webkit-help
mailing list