| Index: webkit/compositor_bindings/web_image_layer_impl.cc
|
| diff --git a/webkit/compositor_bindings/WebImageLayerImpl.cpp b/webkit/compositor_bindings/web_image_layer_impl.cc
|
| similarity index 92%
|
| rename from webkit/compositor_bindings/WebImageLayerImpl.cpp
|
| rename to webkit/compositor_bindings/web_image_layer_impl.cc
|
| index f146f33c71d5a3e40ab51c8fc8c35a925f159a28..f72168fd732e75da5ba0626551d3f82f1a9463ae 100644
|
| --- a/webkit/compositor_bindings/WebImageLayerImpl.cpp
|
| +++ b/webkit/compositor_bindings/web_image_layer_impl.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "WebImageLayerImpl.h"
|
| +#include "web_image_layer_impl.h"
|
|
|
| #include "cc/image_layer.h"
|
| -#include "WebLayerImpl.h"
|
| +#include "web_layer_impl.h"
|
|
|
| using cc::ImageLayerChromium;
|
|
|
|
|