Descriptioncc: Prevent tiles that are required for activation from being placed in NEVER_BIN.
Some tiles that are required for activation might never be initialized
because we move them into EVENTUALLY_BIN before making adjustments
based on the memory policy. This is because EVENTUALLY_BIN will map
to NEVER_BIN when ALLOW_PREPAINT_ONLY or ALLOW_ABSOLUTE_MINIMUM is the
current memory policy.
This is fixed by moving low-res tiles into EVENTUALLY_BIN after
making adjustments based on current memory policy.
BUG=375801
TEST=cc_unittests --gtest_filter=TileManagerTests/TileManagerTest.EnoughMemoryPendingLowResAllowAbsoluteMinimum/*
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272077
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|