| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 9bb7b3ddbcfab3ce9653a69802cfc313fd6c7c1c..3f373bbc46f41b570cf1d4a4a15ee27f3d2ce45a 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "base/memory/shared_memory.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/common/content_param_traits.h"
|
| #include "content/common/gpu/gpu_memory_uma_stats.h"
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "content/common/gpu/gpu_result_codes.h"
|
| @@ -20,6 +21,7 @@
|
| #include "gpu/command_buffer/common/constants.h"
|
| #include "gpu/command_buffer/common/gpu_memory_allocation.h"
|
| #include "gpu/command_buffer/common/mailbox.h"
|
| +#include "gpu/command_buffer/common/value_state.h"
|
| #include "gpu/config/gpu_info.h"
|
| #include "gpu/ipc/gpu_command_buffer_traits.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| @@ -300,6 +302,12 @@ IPC_MESSAGE_CONTROL0(GpuMsg_GpuSwitched)
|
| // deleted. GPU process will respond with GphHosMsg_ResourcesRelinquished.
|
| IPC_MESSAGE_CONTROL0(GpuMsg_RelinquishResources)
|
|
|
| +// Sends an input event to the gpu service.
|
| +IPC_MESSAGE_CONTROL3(GpuMsg_UpdateValueState,
|
| + int, /* client_id */
|
| + unsigned int, /* target */
|
| + gpu::ValueState /* valuestate */)
|
| +
|
| //------------------------------------------------------------------------------
|
| // GPU Host Messages
|
| // These are messages to the browser.
|
|
|