Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index ded20b2d92028bf8cb0939a4987374eeeeaa765d..a192d50963b69cc2e53fbdd00d24ea7ca1e32959 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -313,6 +313,7 @@ class CC_EXPORT LayerTreeHostImpl |
} |
ResourcePool* resource_pool() { return resource_pool_.get(); } |
Renderer* renderer() { return renderer_.get(); } |
+ Rasterizer* rasterizer() { return rasterizer_.get(); } |
const RendererCapabilitiesImpl& GetRendererCapabilities() const; |
virtual bool SwapBuffers(const FrameData& frame); |