forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cc: Add "lost" field to the ReturnedResource type.
When a resource is lost in a parent compositor, we inform the child through the "lost" field in the ReturnedResource. The lost field is passed down through intermediate parent/child compositors to its final home. Lost resources are considered in use by the parent who lost them since you can not tell when you would be able to write to the texture safely ever again at that point. Tests: ResourceProviderTest.LostResourceInParent ResourceProviderTest.LostResourceInGrandParent ResourceProviderTest.LostMailboxInParent ResourceProviderTest.LostMailboxInGrandParent R=piman BUG=263069 Depends on: https://codereview.chromium.org/24078024/ Review URL: https://chromiumcodereview.appspot.com/24290003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224792 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
danakj@chromium.org
committed
Sep 23, 2013
1 parent
f9ae4e7
commit 2d1ecef
Showing
5 changed files
with
356 additions
and
14 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
Oops, something went wrong.