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

Unified Diff: webkit/compositor_bindings/web_content_layer_impl.h

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_content_layer_impl.h
diff --git a/webkit/compositor_bindings/WebContentLayerImpl.h b/webkit/compositor_bindings/web_content_layer_impl.h
similarity index 92%
rename from webkit/compositor_bindings/WebContentLayerImpl.h
rename to webkit/compositor_bindings/web_content_layer_impl.h
index dc6c29102216425a347ae1ffa7d29bddc47b9cbe..c08a675640fe14d18fe6109303a6df863d1a6cb5 100644
--- a/webkit/compositor_bindings/WebContentLayerImpl.h
+++ b/webkit/compositor_bindings/web_content_layer_impl.h
@@ -5,10 +5,15 @@
#ifndef WebContentLayerImpl_h
#define WebContentLayerImpl_h
-#include "WebLayerImpl.h"
+// FIXME: WebContentLayer should forward declare this
+namespace WebKit {
+class WebLayer;
+}
+
#include "base/memory/scoped_ptr.h"
#include "cc/content_layer_client.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebContentLayer.h"
+#include "web_layer_impl.h"
namespace cc {
class IntRect;
« no previous file with comments | « webkit/compositor_bindings/web_compositor_support_impl.cc ('k') | webkit/compositor_bindings/web_content_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698