| Index: gpu/config/gpu_driver_bug_list.h
|
| diff --git a/gpu/config/gpu_driver_bug_list.h b/gpu/config/gpu_driver_bug_list.h
|
| index 8db219fc5e11fded43ce6540bb4ce8ba528603c6..0ec839ed4eecafe17b2d88d140e0352b30e4c9ef 100644
|
| --- a/gpu/config/gpu_driver_bug_list.h
|
| +++ b/gpu/config/gpu_driver_bug_list.h
|
| @@ -28,6 +28,11 @@ class GPU_EXPORT GpuDriverBugList : public GpuControlList {
|
| std::set<int>* workarounds,
|
| const base::CommandLine& command_line);
|
|
|
| + // Append |workarounds| with the full list of workarounds.
|
| + // This is needed for correctly passing flags down from
|
| + // the browser process to the GPU process.
|
| + static void AppendAllWorkarounds(std::vector<const char*>* workarounds);
|
| +
|
| private:
|
| GpuDriverBugList();
|
|
|
|
|