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

Unified Diff: cc/test/test_in_process_context_provider.cc

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Revert experiments and fix android_webview Created 4 years, 1 month 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
« no previous file with comments | « cc/output/in_process_context_provider.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_in_process_context_provider.cc
diff --git a/cc/test/test_in_process_context_provider.cc b/cc/test/test_in_process_context_provider.cc
index 4621eb7f59b3ebcd752df8f9ee19a1bdf45451e7..042be7cf12448146a939cfb77f59f8692f85cde8 100644
--- a/cc/test/test_in_process_context_provider.cc
+++ b/cc/test/test_in_process_context_provider.cc
@@ -45,7 +45,7 @@ std::unique_ptr<gpu::GLInProcessContext> CreateTestInProcessContext(
std::unique_ptr<gpu::GLInProcessContext> context =
base::WrapUnique(gpu::GLInProcessContext::Create(
- nullptr, nullptr, is_offscreen, gfx::kNullAcceleratedWidget,
+ nullptr, nullptr, is_offscreen, gpu::kNullSurfaceHandle,
shared_context, attribs, gpu::SharedMemoryLimits(),
gpu_memory_buffer_manager, image_factory, std::move(task_runner)));
« no previous file with comments | « cc/output/in_process_context_provider.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698