Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index 8cb3cc2ccc4327b7bba846eaf3f85bc5080f8109..d51f7af5bd73ac14d96de209dd0c5b56eb1e4245 100644 |
--- a/content/common/cc_messages.h |
+++ b/content/common/cc_messages.h |
@@ -263,7 +263,8 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(cc::ViewportSelectionBound) |
IPC_STRUCT_TRAITS_MEMBER(type) |
- IPC_STRUCT_TRAITS_MEMBER(viewport_rect) |
+ IPC_STRUCT_TRAITS_MEMBER(edge_top) |
+ IPC_STRUCT_TRAITS_MEMBER(edge_bottom) |
IPC_STRUCT_TRAITS_MEMBER(visible) |
IPC_STRUCT_TRAITS_END() |