summaryrefslogtreecommitdiffstats
path: root/cc/base/ref_counted_managed.h
Commit message (Collapse)AuthorAgeFilesLines
* cc: Update invalidation perftest to clean up released tiles.vmpstr@chromium.org2013-09-271-2/+4
| | | | | | | | | | | | | | The tiles are actually being correctly cleaned up at the end of the test, but it seems that it accumulates quite a few of them and times out at the end. This patch ensures that all of the tiles are cleaned up after each invalidate run. R=reveman@chromium.org BUG=298999 Review URL: https://codereview.chromium.org/24487007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225666 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Make tile manager responsible for tile's lifetime.vmpstr@chromium.org2013-09-261-0/+63
This patch is somewhat proof-of-concept to make ManageTiles be the only spot where tiles can be deleted. This allows all function calls between two ManageTiles calls to assume that the state has not changed. BUG= Review URL: https://codereview.chromium.org/24331009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225389 0039d316-1c4b-4281-b951-d872f2087c98