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

Unified Diff: webkit/compositor_bindings/web_compositor_impl.cc

Issue 11192050: Rename compositor bindings filenames to Chromium style (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/web_compositor_impl.cc
diff --git a/webkit/compositor_bindings/WebCompositorImpl.cpp b/webkit/compositor_bindings/web_compositor_impl.cc
similarity index 97%
rename from webkit/compositor_bindings/WebCompositorImpl.cpp
rename to webkit/compositor_bindings/web_compositor_impl.cc
index 2b42b3815f41a6ca96e7746498eb90ebe7068553..e57615bc1756ce3199b4a50538975aed891e3a59 100644
--- a/webkit/compositor_bindings/WebCompositorImpl.cpp
+++ b/webkit/compositor_bindings/web_compositor_impl.cc
@@ -4,7 +4,7 @@
#include "config.h"
-#include "WebCompositorImpl.h"
+#include "web_compositor_impl.h"
#ifdef LOG
#undef LOG
@@ -13,9 +13,9 @@
#include "cc/layer_tree_host.h"
#include "cc/proxy.h"
#include "cc/settings.h"
+#include "ccthread_impl.h"
#include "third_party/WebKit/Source/Platform/chromium/public/Platform.h"
#include "webkit/glue/webthread_impl.h"
-#include "CCThreadImpl.h"
using namespace cc;
« no previous file with comments | « webkit/compositor_bindings/web_compositor_impl.h ('k') | webkit/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698