| Index: sky/engine/core/rendering/RenderLayer.cpp
|
| diff --git a/sky/engine/core/rendering/RenderLayer.cpp b/sky/engine/core/rendering/RenderLayer.cpp
|
| index 769644107adaa706f60469ddf60cbb1f75f06d08..22286bbbb65119a5336474b6ca9096a229a3d0a7 100644
|
| --- a/sky/engine/core/rendering/RenderLayer.cpp
|
| +++ b/sky/engine/core/rendering/RenderLayer.cpp
|
| @@ -285,12 +285,6 @@ LayoutPoint RenderLayer::positionFromPaintInvalidationContainer(const RenderObje
|
| return renderObject->positionFromPaintInvalidationContainer(paintInvalidationContainer, paintInvalidationState);
|
| }
|
|
|
| -void RenderLayer::mapRectToPaintInvalidationBacking(const RenderObject* renderObject, const RenderLayerModelObject* paintInvalidationContainer, LayoutRect& rect, const PaintInvalidationState* paintInvalidationState)
|
| -{
|
| - // FIXME(sky): Remove
|
| - renderObject->mapRectToPaintInvalidationBacking(paintInvalidationContainer, rect, paintInvalidationState);
|
| -}
|
| -
|
| void RenderLayer::dirty3DTransformedDescendantStatus()
|
| {
|
| RenderLayerStackingNode* stackingNode = m_stackingNode->ancestorStackingContextNode();
|
|
|