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

Unified Diff: cc/scheduler/scheduler.cc

Issue 191293004: cc: Rename FinishCommit to NotifyReadyToCommit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « cc/scheduler/scheduler.h ('k') | cc/scheduler/scheduler_state_machine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/scheduler.cc
diff --git a/cc/scheduler/scheduler.cc b/cc/scheduler/scheduler.cc
index 6555e82e91e2965b3b5c2ede90933d4bc5180123..474afbe99f798c34627c624e281f9fff145a524c 100644
--- a/cc/scheduler/scheduler.cc
+++ b/cc/scheduler/scheduler.cc
@@ -91,9 +91,9 @@ void Scheduler::SetMainThreadNeedsLayerTextures() {
ProcessScheduledActions();
}
-void Scheduler::FinishCommit() {
- TRACE_EVENT0("cc", "Scheduler::FinishCommit");
- state_machine_.FinishCommit();
+void Scheduler::NotifyReadyToCommit() {
+ TRACE_EVENT0("cc", "Scheduler::NotifyReadyToCommit");
+ state_machine_.NotifyReadyToCommit();
ProcessScheduledActions();
}
« no previous file with comments | « cc/scheduler/scheduler.h ('k') | cc/scheduler/scheduler_state_machine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698