Index: content/common/devtools_messages.h |
diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h |
index 5d67c221ec2a08d9b766ac685a5bc2045fe45709..9154aaf2b53f92d910c8ef35eda0d8bce633c6c8 100644 |
--- a/content/common/devtools_messages.h |
+++ b/content/common/devtools_messages.h |
@@ -128,7 +128,7 @@ IPC_MESSAGE_ROUTED0(DevToolsHostMsg_ClearBrowserCookies) |
IPC_STRUCT_BEGIN(GpuTaskInfo) |
IPC_STRUCT_MEMBER(double, timestamp) |
IPC_STRUCT_MEMBER(int, phase) |
- IPC_STRUCT_MEMBER(unsigned, owner_pid) |
+ IPC_STRUCT_MEMBER(bool, foreign) |
IPC_STRUCT_END() |
// Recorded events are passed in chunks to the renderer process. |