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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js

Issue 2218603003: Timeline: show white overlay till page being reloaded paints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 4 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/LayoutTests/http/tests/inspector/timeline-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
index 5df5b56ada75dc47b7a091e02da4ca97e2eaa0c5..e14ab74a4507f25782500c918e66c75197a0e1f4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
@@ -89,7 +89,7 @@ InspectorTest.invokeWithTracing = function(functionName, callback, additionalCat
var timelinePanel = WebInspector.panels.timeline;
var timelineController = InspectorTest.timelineController();
timelinePanel._timelineController = timelineController;
- timelineController._startRecordingWithCategories(categories, enableJSSampling, tracingStarted);
+ timelineController._startRecordingWithCategories(categories, enableJSSampling, undefined, tracingStarted);
function tracingStarted()
{

Powered by Google App Engine
This is Rietveld 408576698