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

Unified Diff: third_party/WebKit/Source/core/frame/VisualViewport.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/frame/VisualViewport.cpp
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.cpp b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
index ae6c4e6af7e1d01d7813636b24494cb7a1213790..6c854a62375373c20e8a37372cf52cf397098140 100644
--- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
@@ -284,7 +284,7 @@ bool VisualViewport::didSetScaleOrLocation(float scale,
if (!valuesChanged)
return false;
- InspectorInstrumentation::didUpdateLayout(mainFrame());
+ probe::didUpdateLayout(mainFrame());
mainFrame()->loader().saveScrollState();
clampToBoundaries();

Powered by Google App Engine
This is Rietveld 408576698