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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 860813002: Remove the default format from ResourcePool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months 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/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 98d7e4b0e004c9c4aa913a33d8cba0c6a9d43f48..4a35fea282645fc77a8f30f4d172a054e2a14164 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -502,7 +502,7 @@ class CC_EXPORT LayerTreeHostImpl
void SynchronouslyInitializeAllTiles();
virtual scoped_ptr<Rasterizer> CreateRasterizer();
- virtual void CreateResourceAndTileTaskWorkerPool(
+ virtual ResourceFormat CreateResourceAndTileTaskWorkerPool(
scoped_ptr<TileTaskWorkerPool>* tile_task_worker_pool,
scoped_ptr<ResourcePool>* resource_pool,
scoped_ptr<ResourcePool>* staging_resource_pool);

Powered by Google App Engine
This is Rietveld 408576698