| Index: webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
| diff --git a/webkit/compositor_bindings/WebIOSurfaceLayerImpl.cpp b/webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
| similarity index 93%
|
| rename from webkit/compositor_bindings/WebIOSurfaceLayerImpl.cpp
|
| rename to webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
| index 0d9f5d649a59d3b608360575441654dedf04cebf..5e0fd9fb56aba29028654d81453b9ebef9f651a1 100644
|
| --- a/webkit/compositor_bindings/WebIOSurfaceLayerImpl.cpp
|
| +++ b/webkit/compositor_bindings/web_io_surface_layer_impl.cc
|
| @@ -3,11 +3,11 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "WebIOSurfaceLayerImpl.h"
|
| +#include "web_io_surface_layer_impl.h"
|
|
|
| -#include "WebLayerImpl.h"
|
| #include "cc/io_surface_layer.h"
|
| #include "webcore_convert.h"
|
| +#include "web_layer_impl.h"
|
|
|
| using cc::IOSurfaceLayerChromium;
|
|
|
|
|