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

Unified Diff: cc/thread.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/thread.h
diff --git a/cc/thread.h b/cc/thread.h
index 1ac494663199a1b30903ce8fb4956d03f98f2714..341b2db5c460af4fe71bc8a9537bd1cfcb30fdf4 100644
--- a/cc/thread.h
+++ b/cc/thread.h
@@ -11,11 +11,11 @@
namespace cc {
-// CCThread provides basic infrastructure for messaging with the compositor in a
+// Thread provides basic infrastructure for messaging with the compositor in a
// platform-neutral way.
-class CCThread {
+class Thread {
public:
- virtual ~CCThread() { }
+ virtual ~Thread() { }
class Task {
public:
« cc/active_animation.h ('K') | « cc/texture_uploader.h ('k') | cc/thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698