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

Unified Diff: trunk/src/cc/scheduler/scheduler_state_machine.cc

Issue 359103004: Revert 280493 "Make SingleThreadProxy a SchedulerClient" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | « trunk/src/cc/scheduler/scheduler.cc ('k') | trunk/src/cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/cc/scheduler/scheduler_state_machine.cc
===================================================================
--- trunk/src/cc/scheduler/scheduler_state_machine.cc (revision 280520)
+++ trunk/src/cc/scheduler/scheduler_state_machine.cc (working copy)
@@ -1006,9 +1006,7 @@
}
}
-void SchedulerStateMachine::SetNeedsCommit() {
- needs_commit_ = true;
-}
+void SchedulerStateMachine::SetNeedsCommit() { needs_commit_ = true; }
void SchedulerStateMachine::NotifyReadyToCommit() {
DCHECK(commit_state_ == COMMIT_STATE_BEGIN_MAIN_FRAME_STARTED) << *AsValue();
« no previous file with comments | « trunk/src/cc/scheduler/scheduler.cc ('k') | trunk/src/cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698