| 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 f97490e67443de75ebc114bd82219104aa80124a..67e2a7ad2c947a47a6e92f8dd7abe92dd8f4e194 100644
 | 
| --- a/cc/trees/layer_tree_host_impl.h
 | 
| +++ b/cc/trees/layer_tree_host_impl.h
 | 
| @@ -235,7 +235,6 @@ 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()
 | 
| @@ -601,10 +600,6 @@ class CC_EXPORT LayerTreeHostImpl
 | 
|    scoped_ptr<ResourcePool> staging_resource_pool_;
 | 
|    scoped_ptr<Renderer> renderer_;
 | 
|  
 | 
| -  TaskGraphRunner synchronous_task_graph_runner_;
 | 
| -  TaskGraphRunner* on_demand_task_graph_runner_;
 | 
| -  NamespaceToken on_demand_task_namespace_;
 | 
| -
 | 
|    GlobalStateThatImpactsTilePriority global_tile_state_;
 | 
|  
 | 
|    // Tree currently being drawn.
 | 
| 
 |