Chromium Code Reviews| Index: cc/test/layer_tree_test.h |
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
| index ba40e350d2dee3df9f0c221227a9485dc3e5d87e..7fc558946211b4efb197edf3b104ebd670039df4 100644 |
| --- a/cc/test/layer_tree_test.h |
| +++ b/cc/test/layer_tree_test.h |
| @@ -36,7 +36,7 @@ class TestHooks : public AnimationDelegate { |
| void ReadSettings(const LayerTreeSettings& settings); |
| virtual scoped_ptr<Rasterizer> CreateRasterizer(LayerTreeHostImpl* host_impl); |
| - virtual void CreateResourceAndTileTaskWorkerPool( |
| + virtual ResourceFormat CreateResourceAndTileTaskWorkerPool( |
|
reveman
2015/01/20 18:45:48
Would it make sense to add a virtual GetResourceFo
peterp
2015/01/22 14:29:59
Yes, that might be cleaner. Patch updated.
|
| LayerTreeHostImpl* host_impl, |
| scoped_ptr<TileTaskWorkerPool>* tile_task_worker_pool, |
| scoped_ptr<ResourcePool>* resource_pool, |