NEW 171652
Avoid descending to sublayers when coverage rect doesn't change
https://bugs.webkit.org/show_bug.cgi?id=171652
Summary Avoid descending to sublayers when coverage rect doesn't change
Antti Koivisto
Reported 2017-05-04 05:30:16 PDT
Currently NeedsComputeVisibleAndCoverageRect is treated as a change that affects sublayers. This is unnecessary if nothing actually changes as a result of the computation.
Attachments
patch (1.77 KB, patch)
2017-05-04 05:35 PDT, Antti Koivisto
ggaren: review+
Antti Koivisto
Comment 1 2017-05-04 05:35:19 PDT
Geoffrey Garen
Comment 2 2017-05-04 08:29:29 PDT
Comment on attachment 309034 [details] patch r=me
Simon Fraser (smfr)
Comment 3 2017-05-04 08:32:08 PDT
Comment on attachment 309034 [details] patch Does this help performance in some scenario not mentioned here?
Antti Koivisto
Comment 4 2017-05-04 11:36:15 PDT
No. I just noticed I was trivially leaving some performance on table in the earlier patch. I'm not aware of any real world case where this matters.
Note You need to log in before you can comment on or make changes to this bug.