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

Unified Diff: gpu/command_buffer/tests/fuzzer_main.cc

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: fix win clang build 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/command_buffer/tests/fuzzer_main.cc
diff --git a/gpu/command_buffer/tests/fuzzer_main.cc b/gpu/command_buffer/tests/fuzzer_main.cc
index 4f65a152496ba038f463b15ea22b6dd2e8b678d0..4da15572d22fe2300853f54c805f9b9b4cf05ab0 100644
--- a/gpu/command_buffer/tests/fuzzer_main.cc
+++ b/gpu/command_buffer/tests/fuzzer_main.cc
@@ -135,7 +135,8 @@ class CommandBufferSetup {
scoped_refptr<gles2::ContextGroup> context_group = new gles2::ContextGroup(
gpu_preferences_, mailbox_manager_.get(), nullptr, translator_cache_,
completeness_cache_, feature_info, true /* bind_generates_resource */,
- nullptr /* image_factory */, nullptr /* progress_reporter */);
+ nullptr /* image_factory */, nullptr /* progress_reporter */,
+ GpuFeatureInfo());
command_buffer_.reset(
new CommandBufferService(context_group->transfer_buffer_manager()));
command_buffer_->SetPutOffsetChangeCallback(
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc ('k') | gpu/command_buffer/tests/gl_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698