Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 52ab4c07546765bdaa2ef1ddfa837796e5235892..dcffecf1248c4fee27d5d14086365a548e4065b8 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" |
@@ -306,6 +308,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. |