| Index: cc/test/layer_tree_test.h
 | 
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
 | 
| index 9f6d3697c0768b98d1c39906d2d4641ab6bdb498..828850c5f6e937a073c242b737f44a4de667ddc2 100644
 | 
| --- a/cc/test/layer_tree_test.h
 | 
| +++ b/cc/test/layer_tree_test.h
 | 
| @@ -55,7 +55,8 @@
 | 
|    virtual void CreateResourceAndTileTaskWorkerPool(
 | 
|        LayerTreeHostImpl* host_impl,
 | 
|        scoped_ptr<TileTaskWorkerPool>* tile_task_worker_pool,
 | 
| -      scoped_ptr<ResourcePool>* resource_pool);
 | 
| +      scoped_ptr<ResourcePool>* resource_pool,
 | 
| +      scoped_ptr<ResourcePool>* staging_resource_pool);
 | 
|    virtual void WillBeginImplFrameOnThread(LayerTreeHostImpl* host_impl,
 | 
|                                            const BeginFrameArgs& args) {}
 | 
|    virtual void DidFinishImplFrameOnThread(LayerTreeHostImpl* host_impl) {}
 | 
| 
 |