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

Unified Diff: third_party/WebKit/Source/core/frame/VisualViewport.cpp

Issue 2732643003: DevTools: remove PerformanceMonitor::HandlerCall, migrate to the new scoped probes. (Closed)
Patch Set: Introduce progress monitor Created 3 years, 9 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 6c854a62375373c20e8a37372cf52cf397098140..f4b018f819b737f07e23f6fa98dc403b9abc28e1 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;
- probe::didUpdateLayout(mainFrame());
+ probe::didChangeViewport(mainFrame());
mainFrame()->loader().saveScrollState();
clampToBoundaries();

Powered by Google App Engine
This is Rietveld 408576698