| Index: gpu/command_buffer/service/context_group.h
|
| diff --git a/gpu/command_buffer/service/context_group.h b/gpu/command_buffer/service/context_group.h
|
| index 13d031a707eb5836ea5efd79f9d5f3532b8953e6..dd236ffa793e676e0749dc7b6b80ee7751499b88 100644
|
| --- a/gpu/command_buffer/service/context_group.h
|
| +++ b/gpu/command_buffer/service/context_group.h
|
| @@ -54,8 +54,7 @@ class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
|
| // call to destroy if it succeeds.
|
| bool Initialize(
|
| GLES2Decoder* decoder,
|
| - const DisallowedFeatures& disallowed_features,
|
| - const char* allowed_features);
|
| + const DisallowedFeatures& disallowed_features);
|
|
|
| // Destroys all the resources when called for the last context in the group.
|
| // It should only be called by GLES2Decoder.
|
|
|