| Index: gpu/ipc/common/gpu_messages.h
|
| diff --git a/gpu/ipc/common/gpu_messages.h b/gpu/ipc/common/gpu_messages.h
|
| index 61cb08ed6e3df3b76b78cfcb186fdc7341040946..449d151c52965a007fb7cafbb17e66b9fef66751 100644
|
| --- a/gpu/ipc/common/gpu_messages.h
|
| +++ b/gpu/ipc/common/gpu_messages.h
|
| @@ -96,6 +96,11 @@ IPC_SYNC_MESSAGE_CONTROL1_0(GpuChannelMsg_DestroyCommandBuffer,
|
| // messages have been received.
|
| IPC_SYNC_MESSAGE_CONTROL0_0(GpuChannelMsg_Nop)
|
|
|
| +// Retrieve the current list of gpu driver workarounds effectively running on
|
| +// the gpu process.
|
| +IPC_SYNC_MESSAGE_CONTROL0_1(GpuChannelMsg_GetDriverBugWorkArounds,
|
| + std::vector<std::string> /* workarounds */)
|
| +
|
| #if defined(OS_ANDROID)
|
| //------------------------------------------------------------------------------
|
| // Stream Texture Messages
|
|
|