Chromium Code Reviews
DescriptionLimit pixels that get cleared to repaint area.
Since we now keep the canvas around in the ContentLayerUpdater, we often
end up getting small invalidations that paint on a large canvas. In those
cases, instead of clearing the entire canvas to transparent, clear only the
portion that will be repainted.
BUG=313494
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233539
Patch Set 1 #
Total comments: 2
Patch Set 2 : Variable name fix #Patch Set 3 : Simplify the code by always clearing with drawColor #Messages
Total messages: 14 (0 generated)
|