Description[cc] Evict UIResources when the renderer is not visible
Track the number of times that UIResources have been evicted
on the impl thread. Send this number to the main thread at the
beginning of each frame. If the main thread sees this value increase,
then recreate all resources and send an acknowledgement of this
recreation in the UI resource update queue.
Disallow drawing the LayerTreeImpl when it has not received the
acknowledgement of the recreation of all evicted UI resources.
Disallow aborting commits that will recreate UI resources.
BUG=279438
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222448
Patch Set 1 #Patch Set 2 : Fix names #
Total comments: 3
Patch Set 3 : Fix RenderTreePriority bug #
Total comments: 5
Patch Set 4 : Use simpler approach #Patch Set 5 : Fix typos #
Total comments: 3
Patch Set 6 : Fix typo #
Messages
Total messages: 16 (0 generated)
|