| Index: cc/io_surface_layer_impl.cc
|
| diff --git a/cc/io_surface_layer_impl.cc b/cc/io_surface_layer_impl.cc
|
| index f085fa94d96df1792deb8ddba3f53428e48d5b68..f953f8fb56d793cb6b828acd3f17f45eeb6f454d 100644
|
| --- a/cc/io_surface_layer_impl.cc
|
| +++ b/cc/io_surface_layer_impl.cc
|
| @@ -8,10 +8,10 @@
|
|
|
| #include "CCGraphicsContext.h"
|
| #include "CCIOSurfaceDrawQuad.h"
|
| -#include "CCLayerTreeHostImpl.h"
|
| -#include "CCQuadSink.h"
|
| #include "base/stringprintf.h"
|
| #include "cc/gl_renderer.h" // For the GLC() macro.
|
| +#include "cc/layer_tree_host_impl.h"
|
| +#include "cc/quad_sink.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| #include <public/WebGraphicsContext3D.h>
|
|
|