| Index: Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.cpp b/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| index f8348db9b5183df793ebdadbc579bd48808f239c..a1110e729e4736067aec457fa40078816df25bbe 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -643,7 +643,7 @@ void ScrollingCoordinator::updateScrollParentForGraphicsLayer(GraphicsLayer* chi
|
| {
|
| WebLayer* scrollParentWebLayer = 0;
|
| if (parent && parent->hasCompositedLayerMapping())
|
| - scrollParentWebLayer = toWebLayer(parent->compositedLayerMapping()->parentForSublayers());
|
| + scrollParentWebLayer = toWebLayer(parent->compositedLayerMapping()->scrollingContentsLayer());
|
|
|
| child->setScrollParent(scrollParentWebLayer);
|
| }
|
|
|