diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 04f8c0d..e85bda1 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -211,6 +211,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences) IPC_STRUCT_TRAITS_MEMBER(default_tile_height) IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_width) IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_height) + IPC_STRUCT_TRAITS_MEMBER(fixed_position_creates_stacking_context) IPC_STRUCT_TRAITS_END() IPC_STRUCT_TRAITS_BEGIN(WebMenuItem) |