| 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 291763b0f40c595160674c398c9e30bea742a158..d4da9d09851fcd56668b76d5f66fe5c915742c2c 100644
|
| --- a/gpu/command_buffer/service/context_group.cc
|
| +++ b/gpu/command_buffer/service/context_group.cc
|
| @@ -38,6 +38,8 @@ void GetIntegerv(GLenum pname, uint32_t* var) {
|
| *var = value;
|
| }
|
|
|
| +} // namespace anonymous
|
| +
|
| DisallowedFeatures AdjustDisallowedFeatures(
|
| ContextType context_type, const DisallowedFeatures& disallowed_features) {
|
| DisallowedFeatures adjusted_disallowed_features = disallowed_features;
|
| @@ -55,8 +57,6 @@ DisallowedFeatures AdjustDisallowedFeatures(
|
| return adjusted_disallowed_features;
|
| }
|
|
|
| -} // namespace anonymous
|
| -
|
| ContextGroup::ContextGroup(
|
| const GpuPreferences& gpu_preferences,
|
| const scoped_refptr<MailboxManager>& mailbox_manager,
|
|
|