This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cc: Don't claim ownership of resources in the pending tree.
DelegatedRendererLayerImpl will claim ownership of resources in a frame, and this makes unused resources from the previous frame be returned to the child. However, this was being done on the pending tree, but the previous frame was still in the active tree and its resources would be returned early. Instead, delay telling the ResourceProvider about the frame's resources until the frame replaces the resources on the active tree. R=enne, [email protected] BUG=475894 Review URL: https://codereview.chromium.org/1087843006 Cr-Commit-Position: refs/heads/master@{#325927}
- Loading branch information
Showing
3 changed files
with
116 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters