Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp

Issue 2727633006: DevTools: Rename InspectorInstrumentation:: namespace into probe:: (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698