| Index: cc/io_surface_layer_impl.cc
|
| diff --git a/cc/io_surface_layer_impl.cc b/cc/io_surface_layer_impl.cc
|
| index f9394f6c0e95a98dcd5eec6dc5d28585fbbcdb2b..56bef437fd57ff742d22869fee79e750697177d0 100644
|
| --- a/cc/io_surface_layer_impl.cc
|
| +++ b/cc/io_surface_layer_impl.cc
|
| @@ -5,10 +5,10 @@
|
| #include "cc/io_surface_layer_impl.h"
|
|
|
| #include "base/stringprintf.h"
|
| -#include "cc/gl_renderer.h" // For the GLC() macro.
|
| #include "cc/io_surface_draw_quad.h"
|
| #include "cc/layer_tree_impl.h"
|
| -#include "cc/output_surface.h"
|
| +#include "cc/output/gl_renderer.h" // For the GLC() macro.
|
| +#include "cc/output/output_surface.h"
|
| #include "cc/quad_sink.h"
|
| #include "gpu/GLES2/gl2extchromium.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
|
|