DescriptionRevert of [WeakMemoryCache] Remove Resource from MemoryCache just before destructed (patchset #3 id:40001 of https://codereview.chromium.org/2066763002/ )
Reason for revert:
Reverting field-trial CLs before going to beta, as planned.
Original issue's description:
> [WeakMemoryCache] Remove Resource from MemoryCache just before destructed
>
> Previously, if Weak MemoryCache is enabled, Resource could be silently
> destructed and MemoryCache's live/dead sizes were not updated.
> This may cause larger |m_live/deadSize| and more aggressive pruning.
>
> This CL calls MemoryCache::remove() just before a Resource is destructed
> to make the MemoryCache sizes correct.
>
> This CL should be reverted before going to beta.
>
> BUG=603462
>
> Committed: https://crrev.com/4706b08cb45742e3b0dcc73ba443522d0cce28da
> Cr-Commit-Position: refs/heads/master@{#401536}
TBR=japhet@chromium.org,yhirano@chromium.org,oilpan-reviews@chromium.org,haraken@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=603462
Committed: https://crrev.com/bb84af54556198947087f4ec33209e5c4ea5bbc3
Cr-Commit-Position: refs/heads/master@{#403087}
Patch Set 1 #
Messages
Total messages: 12 (4 generated)
|