diff options
author | Ben Murdoch <benm@google.com> | 2011-11-16 11:47:08 +0000 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2011-11-16 17:55:18 +0000 |
commit | 9b381fdf13b6f448ab78bdd052c4a744233626e4 (patch) | |
tree | 5918f4d4ffc0db90edb38eda972724b4bdda0b97 /Source/WebCore/rendering/RenderReplica.cpp | |
parent | 73a306c4d2dd650b9a083deb6362fc6ba3cf9032 (diff) | |
download | external_webkit-9b381fdf13b6f448ab78bdd052c4a744233626e4.zip external_webkit-9b381fdf13b6f448ab78bdd052c4a744233626e4.tar.gz external_webkit-9b381fdf13b6f448ab78bdd052c4a744233626e4.tar.bz2 |
Promote -ve z-index fixed/scrollable elements to layers
We normally do not necessarily promote fixed or scrollable
elements to compositing layers to try and reduce the number
of layers that get created. However in the case that such
an element appears in the negative z-order, we must do
the promotion to ensure that the layer is painted at the
correct z-index in the hierarchy (i.e not too high - sites
like to use a fixed image with z-index:-1 to implement
a fixed background -- without this patch we end up painting
the background over the main page content).
Bug: 5152567
Change-Id: I36bfe14660a33d45ad54552ae41b9d7157f8dabf
Diffstat (limited to 'Source/WebCore/rendering/RenderReplica.cpp')
0 files changed, 0 insertions, 0 deletions