| 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;
|
|
|