Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1256)

Unified Diff: cc/test/layer_tree_pixel_resource_test.h

Issue 820743002: cc: GPU rasterize tiles synchronously in PrepareToDraw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: split out some of OnRasterTaskCompleted to UpdateTileDrawInfo Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698