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

Unified Diff: webkit/compositor_bindings/WebCompositorImpl.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: webkit/compositor_bindings/WebCompositorImpl.h
diff --git a/webkit/compositor_bindings/WebCompositorImpl.h b/webkit/compositor_bindings/WebCompositorImpl.h
index f07871eb5e43d177c1e9a157c00439b940f18e67..fe63b2785f0a5a8f569182d118712e97e2319f11 100644
--- a/webkit/compositor_bindings/WebCompositorImpl.h
+++ b/webkit/compositor_bindings/WebCompositorImpl.h
@@ -8,7 +8,7 @@
#include "third_party/WebKit/Source/Platform/chromium/public/WebCompositor.h"
namespace cc {
-class CCThread;
+class Thread;
}
namespace WebKit {
@@ -25,8 +25,8 @@ public:
private:
static bool s_initialized;
- static cc::CCThread* s_mainThread;
- static cc::CCThread* s_implThread;
+ static cc::Thread* s_mainThread;
+ static cc::Thread* s_implThread;
};
}

Powered by Google App Engine
This is Rietveld 408576698