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

Unified Diff: gpu/command_buffer/service/service_discardable_manager_unittest.cc

Issue 2818993002: GL Implementation for GPU Discardable
Patch Set: rebase Created 3 years, 8 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/service_discardable_manager_unittest.cc
diff --git a/gpu/command_buffer/service/service_discardable_manager_unittest.cc b/gpu/command_buffer/service/service_discardable_manager_unittest.cc
index 9907fba992805914f0883d8559dd94a884720958..9e644e7477ee54c5bb9284eef3dd057291eb692c 100644
--- a/gpu/command_buffer/service/service_discardable_manager_unittest.cc
+++ b/gpu/command_buffer/service/service_discardable_manager_unittest.cc
@@ -50,8 +50,8 @@ class ServiceDiscardableManagerTest : public GpuServiceTest {
decoder_.reset(new MockGLES2Decoder());
feature_info_ = new FeatureInfo();
context_group_ = scoped_refptr<ContextGroup>(new ContextGroup(
- gpu_preferences_, NULL, NULL, NULL, NULL, feature_info_, false, nullptr,
- nullptr, GpuFeatureInfo()));
+ gpu_preferences_, nullptr, nullptr, nullptr, nullptr, feature_info_,
+ false, nullptr, nullptr, GpuFeatureInfo(), discardable_manager_.get()));
TestHelper::SetupContextGroupInitExpectations(
gl_.get(), DisallowedFeatures(), "", "", CONTEXT_TYPE_OPENGLES2, false);
context_group_->Initialize(decoder_.get(), CONTEXT_TYPE_OPENGLES2,
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc ('k') | gpu/ipc/in_process_command_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698