| 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 51a620168e58a0b5b8782ccea9f89249a3a6baf0..c2ebbfb2900dc34e8c55760771f436996a94927f 100644
|
| --- a/gpu/command_buffer/service/context_group.h
|
| +++ b/gpu/command_buffer/service/context_group.h
|
| @@ -48,6 +48,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> {
|
|
|