Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1602)

Issue 8815004: Aura: delay draw on Expose to avoid getting behind (Closed)

Created:
9 years ago by piman
Modified:
9 years ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Aura: 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M ui/aura/desktop.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ui/aura/desktop_host_linux.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
piman
9 years ago (2011-12-06 04:15:05 UTC) #1
Ben Goodger (Google)
lgtm http://codereview.chromium.org/8815004/diff/1/ui/aura/desktop.h File ui/aura/desktop.h (right): http://codereview.chromium.org/8815004/diff/1/ui/aura/desktop.h#newcode153 ui/aura/desktop.h:153: // Overridden from ui::CompositorDelegate nit: colon at the ...
9 years ago (2011-12-06 04:26:40 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/8815004/4
9 years ago (2011-12-06 04:36:46 UTC) #3
commit-bot: I haz the power
9 years ago (2011-12-06 07:42:52 UTC) #4
Change committed as 113154

Powered by Google App Engine
This is Rietveld 408576698