summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2012-03-13 14:32:44 -0700
committerNicolas Roard <nicolasroard@google.com>2012-03-13 17:53:45 -0700
commitb3bd98d469e54700d3ec2ab372dfab59bbb63204 (patch)
treeea39dcbc9e39b52464a2da5264817fa8bf888287 /Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
parent5df0c86c85cb70113118a1d77ea868e3691ea926 (diff)
downloadexternal_webkit-b3bd98d469e54700d3ec2ab372dfab59bbb63204.zip
external_webkit-b3bd98d469e54700d3ec2ab372dfab59bbb63204.tar.gz
external_webkit-b3bd98d469e54700d3ec2ab372dfab59bbb63204.tar.bz2
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
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h2
1 files changed, 1 insertions, 1 deletions
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.