Descriptioncc: fix pre-painting trigger for GPU rasterization
CUTOFF_ALLOW_NICE_TO_HAVE was only triggered for --force-gpu-rasterization.
This patch triggers it when the active or the pending tree uses GPU
rasterization. In case of a transition between CPU and GPU rasterization it
is preferrable to pre-paint less on the CPU rasterized tree (which may
checkerboard) than it is to pre-paint more on the GPU rasterized tree (which
may stall the browser compositor).
This patch depends on https://codereview.chromium.org/270823003/
R=enne@chromium.org, alokp@chromium.org
BUG=368884
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269682
Patch Set 1 #Patch Set 2 : Update unit test. #
Messages
Total messages: 11 (0 generated)
|