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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.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/PaintLayerCompositor.cpp
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
index d652331bbc8e19e9d730dd16f739db25ffdb13b3..b80b4bacc2b14934db7a6f20c78d15a570706e3b 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
@@ -463,7 +463,7 @@ void PaintLayerCompositor::updateIfNeeded() {
// Inform the inspector that the layer tree has changed.
if (m_layoutView.frame()->isMainFrame())
- InspectorInstrumentation::layerTreeDidChange(m_layoutView.frame());
+ probe::layerTreeDidChange(m_layoutView.frame());
}
void PaintLayerCompositor::updateClippingOnCompositorLayers() {

Powered by Google App Engine
This is Rietveld 408576698