Index: cc/io_surface_layer_impl.cc |
diff --git a/cc/io_surface_layer_impl.cc b/cc/io_surface_layer_impl.cc |
index 2aa1ce1f1f92ce32f8bb7c3d065a8b3963c22f40..944443b6486faf1147e4ca3ce152d07f4da7e1ea 100644 |
--- a/cc/io_surface_layer_impl.cc |
+++ b/cc/io_surface_layer_impl.cc |
@@ -7,7 +7,7 @@ |
#include "base/stringprintf.h" |
#include "cc/gl_renderer.h" // For the GLC() macro. |
#include "cc/io_surface_draw_quad.h" |
-#include "cc/layer_tree_host_impl.h" |
+#include "cc/layer_tree_impl.h" |
#include "cc/output_surface.h" |
#include "cc/quad_sink.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" |
@@ -29,7 +29,7 @@ IOSurfaceLayerImpl::~IOSurfaceLayerImpl() |
if (!m_ioSurfaceTextureId) |
return; |
- OutputSurface* outputSurface = layerTreeHostImpl()->outputSurface(); |
+ OutputSurface* outputSurface = layerTreeImpl()->output_surface(); |
// FIXME: Implement this path for software compositing. |
WebKit::WebGraphicsContext3D* context3d = outputSurface->Context3D(); |
if (context3d) |