From b3bd98d469e54700d3ec2ab372dfab59bbb63204 Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Tue, 13 Mar 2012 14:32:44 -0700 Subject: Fix layers ordering issue with Absolute positioned elements - Promote absolute positioned elements to be composited - Reorder the elements as needed in LayerAndroid - Simplify fixed elements composition culling (don't do it anymore, we just promote everything and let the Layers sort things out) Change-Id: If76cf76a92410dec7e305a1a70c660d8597e399a --- Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h') diff --git a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h index 1eb77d6..27dfde2 100644 --- a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h +++ b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h @@ -137,7 +137,7 @@ private: void syncChildren(); void syncMask(); - void updateFixedPosition(); + void updatePositionedLayers(); void updateScrollingLayers(); // with SkPicture, we always repaint the entire layer's content. -- cgit v1.1