RESOLVED FIXED 101847
Some minor optimizations in RenderLayer
https://bugs.webkit.org/show_bug.cgi?id=101847
Summary Some minor optimizations in RenderLayer
Simon Fraser (smfr)
Reported 2012-11-10 12:34:43 PST
RenderLayer code calls isRenderInline() in a few places, which is virtual. It's better to check the isInline() bit first.
Attachments
Patch (3.70 KB, patch)
2012-11-10 13:52 PST, Simon Fraser (smfr)
andersca: review+
Simon Fraser (smfr)
Comment 1 2012-11-10 13:52:17 PST
Simon Fraser (smfr)
Comment 2 2012-11-10 22:45:56 PST
Note You need to log in before you can comment on or make changes to this bug.