| 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 3d8a9a29e0daa4af6bc4bce46c6139c69c5404ce..d9a108ffa297f332c125abb2daaaea575f86175d 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -229,6 +229,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| // RendererClient implementation.
|
| virtual void SetFullRootLayerDamage() OVERRIDE;
|
| + virtual void RunOnDemandRasterTask(Task* on_demand_raster_task) OVERRIDE;
|
|
|
| // TileManagerClient implementation.
|
| virtual const std::vector<PictureLayerImpl*>& GetPictureLayers() OVERRIDE;
|
| @@ -572,6 +573,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| scoped_ptr<ResourcePool> resource_pool_;
|
| scoped_ptr<ResourcePool> staging_resource_pool_;
|
| scoped_ptr<Renderer> renderer_;
|
| + NamespaceToken on_demand_task_namespace_;
|
|
|
| GlobalStateThatImpactsTilePriority global_tile_state_;
|
|
|
|
|