Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1063)

Unified Diff: content/common/gpu/gpu_messages.h

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test race Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | content/common/message_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | content/common/message_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698