Index: gpu/ipc/common/gpu_messages.h |
diff --git a/gpu/ipc/common/gpu_messages.h b/gpu/ipc/common/gpu_messages.h |
index 00cd33472d7fa7b4f069f3762c3bf9ee582c9089..634f3e8f3351bf4ddc4cab0cba300342810b2e9a 100644 |
--- a/gpu/ipc/common/gpu_messages.h |
+++ b/gpu/ipc/common/gpu_messages.h |
@@ -117,6 +117,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 |