summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorspang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-26 06:46:02 +0000
committerspang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-26 06:46:02 +0000
commit577662cd90560cf50c604baf17ad7e6dde70e7ee (patch)
tree1d5679d04353ab8603ee90076114098df069a92f /ipc/ipc_message_start.h
parent628e3539f3caf339af7b30e885e713176bae823c (diff)
downloadchromium_src-577662cd90560cf50c604baf17ad7e6dde70e7ee.zip
chromium_src-577662cd90560cf50c604baf17ad7e6dde70e7ee.tar.gz
chromium_src-577662cd90560cf50c604baf17ad7e6dde70e7ee.tar.bz2
ozone: Add GPU message for cursor updates
This message will be sent from the browser to the gpu move the hardware cursor around under some platforms (particularly gbm). BUG=377497 TEST=chrome --ozone-platform=gbm Review URL: https://codereview.chromium.org/348603004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279935 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 8a401d9..091b126 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -108,6 +108,7 @@ enum IPCMessageStart {
BatteryStatusMsgStart,
UtilityPrintingMsgStart,
AecDumpMsgStart,
+ OzoneGpuMsgStart,
LastIPCMsgStart // Must come last.
};