Chromium Code Reviews| Index: cc/test/layer_tree_pixel_resource_test.h |
| diff --git a/cc/test/layer_tree_pixel_resource_test.h b/cc/test/layer_tree_pixel_resource_test.h |
| index 16b7ca9c7ddec48af2c86dc7dc7893e0123b2e3e..006e56d6c1ce617d23b9ce6cc9bd45d8d616ff56 100644 |
| --- a/cc/test/layer_tree_pixel_resource_test.h |
| +++ b/cc/test/layer_tree_pixel_resource_test.h |
| @@ -35,6 +35,8 @@ class LayerTreeHostPixelResourceTest : public LayerTreePixelTest { |
| explicit LayerTreeHostPixelResourceTest(PixelResourceTestCase test_case); |
| LayerTreeHostPixelResourceTest(); |
| + void CreateRasterizer(LayerTreeHostImpl* host_impl, |
|
vmpstr
2014/12/30 22:55:23
This is kind of awkward, maybe scoped_ptr<Rasteriz
hendrikw
2014/12/31 00:03:56
Done.
|
| + scoped_ptr<Rasterizer>* rasterizer) override; |
| void CreateResourceAndTileTaskWorkerPool( |
| LayerTreeHostImpl* host_impl, |
| scoped_ptr<TileTaskWorkerPool>* tile_task_worker_pool, |