DescriptionAdd tracing to ResourceLoadPriorityOptimizer::updateAllImageResourcePriorities
I discovered while looking into LayoutState's fast
coordinate mapping that we can potentially do a lot
of localToAbsolute calls to determine if images are
onscreen in ResourceLoadPriorityOptimizer. These
calls are out-of-band from the RenderTree walk
done during layout, so don't benefit from the fast-
lookups. That made me believe the function may
actually be expensive.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176455
Patch Set 1 #Patch Set 2 : Fix includes #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|