diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 23:42:10 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 23:42:10 +0000 |
commit | 96bcdc103539462861ecfc6f49fe5f136df72587 (patch) | |
tree | af1dfaa5e8f6e49af47ecbe3726b970815299cd4 /content/common/view_messages.h | |
parent | f778e1cb8acee07de54b0c8f6b5c20caf0ff132b (diff) | |
download | chromium_src-96bcdc103539462861ecfc6f49fe5f136df72587.zip chromium_src-96bcdc103539462861ecfc6f49fe5f136df72587.tar.gz chromium_src-96bcdc103539462861ecfc6f49fe5f136df72587.tar.bz2 |
Add flag to make all position:fixed elements create stacking contexts
BUG=129277
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10411083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138930 0039d316-1c4b-4281-b951-d872f2087c98
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) |