| 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 8f0f212dd2a426fb967134a7baddda5658e02a2a..0773aa8bc9cba3ae5b8b2852da4c4c3a3d258cf6 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -317,6 +317,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);
|
|
|