Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 8525e9493c8beaddc27ec67702d3fdf2b3a7fc80..e5f6c3a06aeb4937643e9a523ec2613187c0fe5d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -263,6 +263,10 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences) |
IPC_STRUCT_TRAITS_MEMBER(message_font_family_name) |
IPC_STRUCT_TRAITS_MEMBER(message_font_height) |
IPC_STRUCT_TRAITS_MEMBER(network_contry_iso) |
+ IPC_STRUCT_TRAITS_MEMBER(vertical_scroll_bar_width_in_dips) |
+ IPC_STRUCT_TRAITS_MEMBER(horizontal_scroll_bar_height_in_dips) |
+ IPC_STRUCT_TRAITS_MEMBER(arrow_bitmap_height_vertical_scroll_bar_in_dips) |
+ IPC_STRUCT_TRAITS_MEMBER(arrow_bitmap_width_horizontal_scroll_bar_in_dips) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::CookieData) |