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 056c167423acd16e5fa24232b7f112ea984883be..53dbf17ab87ae4afd239610815bc17ecd7c6b4e7 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -751,6 +751,7 @@ class CC_EXPORT LayerTreeHostImpl |
bool use_msaa_; |
GpuRasterizationStatus gpu_rasterization_status_; |
bool tree_resources_for_gpu_rasterization_dirty_; |
+ std::unique_ptr<RasterBufferProvider> raster_buffer_provider_; |
std::unique_ptr<TileTaskManager> tile_task_manager_; |
std::unique_ptr<ResourcePool> resource_pool_; |
std::unique_ptr<Renderer> renderer_; |