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

Unified Diff: third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html

Issue 2205123003: DevTools: introduce view locations, allow opening views by id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed 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/inspector/animation/animation-web-anim-negative-start-time.html
diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html
index 925c8de9fb2fd0fbccf72ffe3b8065199e298b7d..2572d48dc5f64c943b1dcf77623d0ed126b51e1d 100644
--- a/third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html
+++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html
@@ -28,7 +28,7 @@ function test()
WebInspector.AnimationUI.Color = function() { return "black"; }
var timeline;
InspectorTest.addSniffer(WebInspector.TabbedPane.prototype, "changeTabView", onChangeTabView, true);
- WebInspector.inspectorView.showViewInDrawer("animations", true);
+ WebInspector.viewManager.showView("animations");
function onChangeTabView(id, view)
{

Powered by Google App Engine
This is Rietveld 408576698