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

Unified Diff: cc/test/test_hooks.h

Issue 1910213005: cc: Refactor TileTaskWorkerPool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@task_states
Patch Set: feedback Created 4 years, 8 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/test/test_hooks.h
diff --git a/cc/test/test_hooks.h b/cc/test/test_hooks.h
index 918b0dbcdc931d1c3e68d1cbf1a5c231949a546f..b23642339f815f225e422bdc0a5fef2fefb4cd3e 100644
--- a/cc/test/test_hooks.h
+++ b/cc/test/test_hooks.h
@@ -24,9 +24,9 @@ class TestHooks : public AnimationDelegate {
void ReadSettings(const LayerTreeSettings& settings);
- virtual void CreateResourceAndTileTaskWorkerPool(
+ virtual void CreateResourceAndRasterBufferProvider(
LayerTreeHostImpl* host_impl,
- std::unique_ptr<TileTaskWorkerPool>* tile_task_worker_pool,
+ std::unique_ptr<RasterBufferProvider>* raster_buffer_provider,
std::unique_ptr<ResourcePool>* resource_pool);
virtual void WillBeginImplFrameOnThread(LayerTreeHostImpl* host_impl,
const BeginFrameArgs& args) {}

Powered by Google App Engine
This is Rietveld 408576698