summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp
index 4badf8b..3b6b306 100644
--- a/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.cpp
@@ -52,8 +52,7 @@ SurfaceCollection::SurfaceCollection(BaseLayerAndroid* layer)
// calculate draw transforms and z values
SkRect visibleRect = SkRect::MakeLTRB(0, 0, 1, 1);
- m_compositedRoot->updateLayerPositions(visibleRect);
- // TODO: updateGLPositionsAndScale?
+ m_compositedRoot->updatePositionsRecursive(visibleRect);
// allocate surfaces for layers, merging where possible
ALOGV("new tree, allocating surfaces for tree %p", m_baseLayer);