DescriptionAura: delay draw on Expose to avoid getting behind
Previously, each Expose event (caused e.g. when you move the host window) would
trigger an immediate redraw, which can take a long time (vsyng, GPU load, ...).
Instead, schedule a redraw so that multiple expose can get gathered into a
single redraw.
BUG=None
TEST=launch chrome/aura, move the window around for a few seconds, check that things are interactive again right away.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113154
Patch Set 1 #
Total comments: 1
Patch Set 2 : nit #
Messages
Total messages: 4 (0 generated)
|