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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-window-filter.html

Issue 2675833002: DevTools: simplify TimelineOverview interface, move windowTimes()/windowBoundaries() to pane (Closed)
Patch Set: also always assume leftPadding to be 0 Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network/NetworkOverview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-window-filter.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-window-filter.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-window-filter.html
index 23fc4cfd15459aa69f39f86c08558d820f7f7f22..945e29198a4d2eaa6bf54fcc21f2ae2b9be765c9 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-window-filter.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-window-filter.html
@@ -16,7 +16,7 @@ function test()
overviewPane._update();
InspectorTest.addResult("OverviewPane:");
- overviewPane._overviewCalculator.setDisplayWindow(450);
+ overviewPane._overviewCalculator.setDisplayWidth(450);
dumpDividers(overviewPane._overviewCalculator);
InspectorTest.addResult("");
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network/NetworkOverview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698