Index: gpu/command_buffer/service/context_group.cc |
diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc |
index 70e8f1766498033f7dacfd889c354db5263200ff..7b474d3952f0f3794567cac13d68406dce5afcb2 100644 |
--- a/gpu/command_buffer/service/context_group.cc |
+++ b/gpu/command_buffer/service/context_group.cc |
@@ -103,7 +103,7 @@ bool ContextGroup::Initialize(const DisallowedExtensions& disallowed_extensions, |
max_vertex_uniform_vectors_ /= 4; |
} |
- if (!texture_manager_->Initialize()) { |
+ if (!texture_manager_->Initialize(feature_info())) { |
LOG(ERROR) << "Context::Group::Initialize failed because texture manager " |
<< "failed to initialize."; |
return false; |