| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 84f64b1d3bc19c228698baa43e2c857d17b93c23..2a2e7db81b58281143ffe727172a6497f76ea511 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -3231,9 +3231,8 @@ void CompositedLayerMapping::paintContents(
|
| } else if (isScrollableAreaLayer(graphicsLayer)) {
|
| paintScrollableArea(graphicsLayer, context, interestRect);
|
| }
|
| - InspectorInstrumentation::didPaint(m_owningLayer.layoutObject().frame(),
|
| - graphicsLayer, context,
|
| - LayoutRect(interestRect));
|
| + probe::didPaint(m_owningLayer.layoutObject().frame(), graphicsLayer, context,
|
| + LayoutRect(interestRect));
|
| #if DCHECK_IS_ON()
|
| if (Page* page = layoutObject().frame()->page())
|
| page->setIsPainting(false);
|
|
|