Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index 5c78b32fb574e52e5c20f982d782146152981cdd..128e4b777e84ab994316df42a429f6cba0a12289 100644 |
--- a/content/common/cc_messages.h |
+++ b/content/common/cc_messages.h |
@@ -231,7 +231,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(cc::SoftwareFrameData) |
+ IPC_STRUCT_TRAITS_MEMBER(id) |
IPC_STRUCT_TRAITS_MEMBER(size) |
IPC_STRUCT_TRAITS_MEMBER(damage_rect) |
- IPC_STRUCT_TRAITS_MEMBER(dib_id) |
+ IPC_STRUCT_TRAITS_MEMBER(handle) |
IPC_STRUCT_TRAITS_END() |