| Index: chrome/common/gpu_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/gpu_messages_internal.h (revision 72672)
|
| +++ chrome/common/gpu_messages_internal.h (working copy)
|
| @@ -6,6 +6,7 @@
|
| #include <string>
|
|
|
| #include "base/shared_memory.h"
|
| +#include "chrome/common/gpu_info.h"
|
| #include "chrome/common/gpu_video_common.h"
|
| #include "ipc/ipc_message_macros.h"
|
|
|
| @@ -55,7 +56,8 @@
|
|
|
| // Tells the GPU process to create a context for collecting graphics card
|
| // information.
|
| -IPC_MESSAGE_CONTROL0(GpuMsg_CollectGraphicsInfo)
|
| +IPC_MESSAGE_CONTROL1(GpuMsg_CollectGraphicsInfo,
|
| + GPUInfo::Level /* level */)
|
|
|
| #if defined(OS_MACOSX)
|
| // Tells the GPU process that the browser process handled the swap
|
|
|