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

Unified Diff: ui/aura/root_window.cc

Issue 10444019: Aura: add a bench utility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix review comments Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/bench/bench_main.cc ('k') | ui/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.cc
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index ad146e56dad3baa64a65e98d6941fdf59969eaee..a9656791dbc511853b60e8f7f01a65f7fe44cf61 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -245,8 +245,8 @@ void RootWindow::Draw() {
TRACE_EVENT_ASYNC_BEGIN0("ui", "RootWindow::Draw", draw_trace_count_++);
- compositor_->Draw(false);
defer_draw_scheduling_ = false;
+ compositor_->Draw(false);
}
void RootWindow::ScheduleFullDraw() {
« no previous file with comments | « ui/aura/bench/bench_main.cc ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698