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

Unified Diff: cc/test/test_in_process_context_provider.h

Issue 2286873003: Provide TaskRunner to ContextCacheController (Closed)
Patch Set: Created 4 years, 4 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_in_process_context_provider.h
diff --git a/cc/test/test_in_process_context_provider.h b/cc/test/test_in_process_context_provider.h
index 247a5ad56661068141d8402117414c205092753d..4c2fc4cda9e89faaac89f1b8dedf2f517bd3aeb6 100644
--- a/cc/test/test_in_process_context_provider.h
+++ b/cc/test/test_in_process_context_provider.h
@@ -30,7 +30,8 @@ std::unique_ptr<gpu::GLInProcessContext> CreateTestInProcessContext();
std::unique_ptr<gpu::GLInProcessContext> CreateTestInProcessContext(
TestGpuMemoryBufferManager* gpu_memory_buffer_manager,
TestImageFactory* image_factory,
- gpu::GLInProcessContext* shared_context);
+ gpu::GLInProcessContext* shared_context,
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner);
class TestInProcessContextProvider : public ContextProvider {
public:

Powered by Google App Engine
This is Rietveld 408576698