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

Unified Diff: cc/scheduler/scheduler.h

Issue 285663003: cc: Remove redundant ActivatePendingTree method (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | cc/scheduler/scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/scheduler.h
diff --git a/cc/scheduler/scheduler.h b/cc/scheduler/scheduler.h
index 5bf83fcdbd82e06912aa82df60e328c83051a84a..aeb5e0b381061a60e14c175906df3cad9a446263 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -164,7 +164,6 @@ class CC_EXPORT Scheduler {
void SetupNextBeginFrameWhenVSyncThrottlingEnabled(bool needs_begin_frame);
void SetupNextBeginFrameWhenVSyncThrottlingDisabled(bool needs_begin_frame);
void SetupPollingMechanisms(bool needs_begin_frame);
- void ActivatePendingTree();
void DrawAndSwapIfPossible();
void ProcessScheduledActions();
« no previous file with comments | « no previous file | cc/scheduler/scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698