RESOLVED FIXED 102597
Simplify bounds computation for the RenderView's layer
https://bugs.webkit.org/show_bug.cgi?id=102597
Summary Simplify bounds computation for the RenderView's layer
Simon Fraser (smfr)
Reported 2012-11-17 14:05:45 PST
The RenderView's layer should just be the size of the FrameView contents. Right now, we traverse the entire layer tree to compute its bounds, which is crazy. We also end up applying any page scale, which makes this layer larger than necessary.
Attachments
Patch (5.03 KB, patch)
2012-11-17 17:03 PST, Simon Fraser (smfr)
andersca: review+
Simon Fraser (smfr)
Comment 1 2012-11-17 17:03:49 PST
Simon Fraser (smfr)
Comment 2 2012-11-17 22:49:59 PST
Simon Fraser (smfr)
Comment 3 2012-11-23 09:13:35 PST
Note You need to log in before you can comment on or make changes to this bug.