| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 7823af60ce6ce975532200200edf745484c82266..0cf25125dd27c0056f5efafdee0de54e76645932 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -215,7 +215,8 @@ class CONTENT_EXPORT GpuChannel
|
| int32_t route_id,
|
| bool* succeeded);
|
| void OnDestroyCommandBuffer(int32_t route_id);
|
| -
|
| + void OnGetDriverBugWorkArounds(
|
| + std::vector<std::string>* gpu_driver_bug_workarounds);
|
|
|
| // The lifetime of objects of this class is managed by a GpuChannelManager.
|
| // The GpuChannelManager destroy all the GpuChannels that they own when they
|
|
|