| 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 525bb1e6cc26271868c9eb2165c54284a6d10c4d..34b092ed75d40a33937266c290c3b102cdc4c8f7 100644
|
| --- a/gpu/command_buffer/service/context_group.h
|
| +++ b/gpu/command_buffer/service/context_group.h
|
| @@ -47,6 +47,10 @@ class MemoryTracker;
|
| struct DisallowedFeatures;
|
| struct PassthroughResources;
|
|
|
| +DisallowedFeatures AdjustDisallowedFeatures(
|
| + ContextType context_type,
|
| + const DisallowedFeatures& disallowed_features);
|
| +
|
| // A Context Group helps manage multiple GLES2Decoders that share
|
| // resources.
|
| class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
|
|
|