summaryrefslogtreecommitdiffstats
path: root/patches/chromium/0014-Declare-a-Qt-IPC-message-class.patch
blob: 15f98cc13987ca9adb9ddbb1b8058de5433059d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Date: Wed, 15 Jan 2014 17:22:44 +0100
Subject: Declare a Qt IPC message class

This allows Qt-specific IPC messages to be declared in QtWebEngine.

Change-Id: Id6af79becf14c8c621df6752c6183ff550524859
Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
---
 ipc/ipc_message_start.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 7ce2bdd..3016f5d 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -10,6 +10,7 @@
 // code to figure out the message class from its ID.
 enum IPCMessageStart {
   AutomationMsgStart = 0,
+  QtMsgStart,
   FrameMsgStart,
   ViewMsgStart,
   InputMsgStart,