| 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 b4d861a8f6eca0cc5cce397c610c100a5dac46e9..6850c543c522bff0bd0c033fcb0100ea95b34a1d 100644
|
| --- a/gpu/command_buffer/service/context_group.h
|
| +++ b/gpu/command_buffer/service/context_group.h
|
| @@ -25,6 +25,7 @@
|
| namespace gpu {
|
|
|
| struct GpuPreferences;
|
| +struct GpuDriverBugWorkarounds;
|
| class TransferBufferManager;
|
| class ValueStateMap;
|
|
|
| @@ -52,6 +53,7 @@ class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
|
| public:
|
| ContextGroup(
|
| const GpuPreferences& gpu_preferences,
|
| + const GpuDriverBugWorkarounds& gpu_driver_bug_workarounds,
|
| const scoped_refptr<MailboxManager>& mailbox_manager,
|
| const scoped_refptr<MemoryTracker>& memory_tracker,
|
| const scoped_refptr<ShaderTranslatorCache>& shader_translator_cache,
|
|
|