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

Unified Diff: gpu/command_buffer/service/context_group_unittest.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/command_buffer/service/context_group_unittest.cc
diff --git a/gpu/command_buffer/service/context_group_unittest.cc b/gpu/command_buffer/service/context_group_unittest.cc
index ade2598df1290bfa4aef782eba78246b04398481..2bdcdfa38816fcf1ca3dee4c49cca13fc526f894 100644
--- a/gpu/command_buffer/service/context_group_unittest.cc
+++ b/gpu/command_buffer/service/context_group_unittest.cc
@@ -42,9 +42,9 @@ class ContextGroupTest : public GpuServiceTest {
GpuServiceTest::SetUp();
decoder_.reset(new MockGLES2Decoder());
scoped_refptr<FeatureInfo> feature_info = new FeatureInfo;
- group_ = scoped_refptr<ContextGroup>(
- new ContextGroup(gpu_preferences_, NULL, NULL, NULL, NULL, feature_info,
- kBindGeneratesResource, nullptr, nullptr));
+ group_ = scoped_refptr<ContextGroup>(new ContextGroup(
+ gpu_preferences_, NULL, NULL, NULL, NULL, feature_info,
+ kBindGeneratesResource, nullptr, nullptr, GpuFeatureInfo()));
}
GpuPreferences gpu_preferences_;

Powered by Google App Engine
This is Rietveld 408576698