| Index: Source/core/rendering/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
|
| index 3459118e93fdfce14727d47edb4226ee498ea60d..b08b765f35433382ea3608c9777298a76cb74e95 100644
|
| --- a/Source/core/rendering/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/CompositedLayerMapping.cpp
|
| @@ -1749,7 +1749,7 @@ void CompositedLayerMapping::paintContents(const GraphicsLayer* graphicsLayer, G
|
| if (Page* page = renderer()->frame()->page())
|
| page->setIsPainting(true);
|
| #endif
|
| - InspectorInstrumentation::willPaint(m_owningLayer->renderer());
|
| + InspectorInstrumentation::willPaint(m_owningLayer->renderer(), graphicsLayer);
|
|
|
| if (graphicsLayer == m_graphicsLayer.get()
|
| || graphicsLayer == m_foregroundLayer.get()
|
|
|