| Index: webkit/renderer/compositor_bindings/web_image_layer_impl.cc | 
| diff --git a/webkit/compositor_bindings/web_image_layer_impl.cc b/webkit/renderer/compositor_bindings/web_image_layer_impl.cc | 
| similarity index 84% | 
| rename from webkit/compositor_bindings/web_image_layer_impl.cc | 
| rename to webkit/renderer/compositor_bindings/web_image_layer_impl.cc | 
| index a4210c0a630442d1e0dce45e5145636d94e353e9..3a432b83b12a53a45a67004a0c82b0a087994ceb 100644 | 
| --- a/webkit/compositor_bindings/web_image_layer_impl.cc | 
| +++ b/webkit/renderer/compositor_bindings/web_image_layer_impl.cc | 
| @@ -2,14 +2,14 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "webkit/compositor_bindings/web_image_layer_impl.h" | 
| +#include "webkit/renderer/compositor_bindings/web_image_layer_impl.h" | 
|  | 
| #include "base/command_line.h" | 
| #include "cc/base/switches.h" | 
| #include "cc/layers/image_layer.h" | 
| #include "cc/layers/picture_image_layer.h" | 
| -#include "webkit/compositor_bindings/web_layer_impl.h" | 
| -#include "webkit/compositor_bindings/web_layer_impl_fixed_bounds.h" | 
| +#include "webkit/renderer/compositor_bindings/web_layer_impl.h" | 
| +#include "webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h" | 
|  | 
| static bool usingPictureLayer() { | 
| return cc::switches::IsImplSidePaintingEnabled(); | 
|  |