Descriptioncc: Set tile manager memory policy in initializeRenderer.
The combination of software compositing and impl-side painting is
currently broken because no one calls EnforceManagedMemoryPolicy after the
TileManager is created. Add a call in initializeRenderer.
This also results in allocating impl-side-painting tiles in test code,
and this flushed out some bugs in TileManager destruction; I also fixed those.
BUG=236535, 230194
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197565
Patch Set 1 #
Total comments: 1
Patch Set 2 : Just call EnforceManagedMemoryPolicy #Patch Set 3 : Fix cc_unittests #Patch Set 4 : Avoid invoking non-tile-manager related code #Patch Set 5 : Remove DCHECK #
Total comments: 1
Patch Set 6 : Add link to bug in comment #Patch Set 7 : Clean fix that fixes some bugs in TileManager destruction #Patch Set 8 : Rebase to 197532 #Patch Set 9 : Explicit set to USING_RELEASABLE_MEMORY #
Messages
Total messages: 12 (0 generated)
|