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

Unified Diff: cc/scheduler_state_machine.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: cc/scheduler_state_machine.h
diff --git a/cc/scheduler_state_machine.h b/cc/scheduler_state_machine.h
index 092231f59c345d1fa0486a4202907abc812db69e..782c084635cd7622eb2b6ec6307c27d933ec7122 100644
--- a/cc/scheduler_state_machine.h
+++ b/cc/scheduler_state_machine.h
@@ -11,7 +11,7 @@
namespace cc {
-// The CCSchedulerStateMachine decides how to coordinate main thread activites
+// The SchedulerStateMachine decides how to coordinate main thread activites
// like painting/running javascript with rendering and input activities on the
// impl thread.
//
@@ -21,9 +21,9 @@ namespace cc {
//
// The scheduler seperates "what to do next" from the updating of its internal state to
// make testing cleaner.
-class CCSchedulerStateMachine {
+class SchedulerStateMachine {
public:
- CCSchedulerStateMachine();
+ SchedulerStateMachine();
enum CommitState {
COMMIT_STATE_IDLE,
@@ -153,7 +153,7 @@ protected:
TextureState m_textureState;
ContextState m_contextState;
- DISALLOW_COPY_AND_ASSIGN(CCSchedulerStateMachine);
+ DISALLOW_COPY_AND_ASSIGN(SchedulerStateMachine);
};
}
« cc/active_animation.h ('K') | « cc/scheduler.cc ('k') | cc/scheduler_state_machine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698