| Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| index 40465ec92ca22f869f75741ab20bef8be418ae30..30a88b5479cf480ae1abc04915b29c79c2c09a64 100644
|
| --- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| +++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| @@ -239,7 +239,7 @@ private:
|
| bool requiresScrollCornerLayer() const { return m_owningLayer.scrollableArea() && !m_owningLayer.scrollableArea()->scrollCornerAndResizerRect().isEmpty(); }
|
| bool updateScrollingLayers(bool scrollingLayers);
|
| void updateScrollParent(DeprecatedPaintLayer*);
|
| - void updateClipParent();
|
| + void updateClipParent(DeprecatedPaintLayer* scrollParent);
|
| bool updateSquashingLayers(bool needsSquashingLayers);
|
| void updateDrawsContent();
|
| void updateChildrenTransform();
|
| @@ -292,7 +292,7 @@ private:
|
|
|
| // Return true if |m_owningLayer|'s compositing ancestor is not a descendant (inclusive) of the
|
| // clipping container for |m_owningLayer|.
|
| - bool owningLayerClippedByLayerNotAboveCompositedAncestor();
|
| + bool owningLayerClippedByLayerNotAboveCompositedAncestor(DeprecatedPaintLayer* scrollParent);
|
|
|
| DeprecatedPaintLayer& m_owningLayer;
|
|
|
|
|