diff options
Diffstat (limited to 'webkit/compositor_bindings/web_image_layer_impl.cc')
-rw-r--r-- | webkit/compositor_bindings/web_image_layer_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/compositor_bindings/web_image_layer_impl.cc b/webkit/compositor_bindings/web_image_layer_impl.cc index ffe1c06..7ec6744 100644 --- a/webkit/compositor_bindings/web_image_layer_impl.cc +++ b/webkit/compositor_bindings/web_image_layer_impl.cc @@ -6,8 +6,8 @@ #include "base/command_line.h" #include "cc/base/switches.h" -#include "cc/image_layer.h" -#include "cc/picture_image_layer.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" |