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

Unified Diff: gpu/ipc/service/gpu_command_buffer_stub.cc

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: rebase Created 3 years, 10 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: gpu/ipc/service/gpu_command_buffer_stub.cc
diff --git a/gpu/ipc/service/gpu_command_buffer_stub.cc b/gpu/ipc/service/gpu_command_buffer_stub.cc
index b05dfd5aec2268ac013687a2d673606fb05f0945..4616c91722c91141fcc4233303b90d223ab25028 100644
--- a/gpu/ipc/service/gpu_command_buffer_stub.cc
+++ b/gpu/ipc/service/gpu_command_buffer_stub.cc
@@ -571,7 +571,8 @@ bool GpuCommandBufferStub::Initialize(
manager->framebuffer_completeness_cache(), feature_info,
init_params.attribs.bind_generates_resource,
gmb_factory ? gmb_factory->AsImageFactory() : nullptr,
- channel_->watchdog() /* progress_reporter */);
+ channel_->watchdog() /* progress_reporter */,
+ manager->gpu_feature_info());
}
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698