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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/flame-chart.html

Issue 2713363002: DevTools: Highlight DOM node on hover in flamechart. (Closed)
Patch Set: fix tests 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-node-reference.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/components/flame-chart.html
diff --git a/third_party/WebKit/LayoutTests/inspector/components/flame-chart.html b/third_party/WebKit/LayoutTests/inspector/components/flame-chart.html
index df5f86734c960e06ab74b8ec5fa64fec4e05075f..02c0efafe762bd7e12395ed268ddca2549ae07b9 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/flame-chart.html
+++ b/third_party/WebKit/LayoutTests/inspector/components/flame-chart.html
@@ -63,6 +63,9 @@ InspectorTest.FlameChartProvider = class {
decorateEntry(entryIndex, context, text, barX, barY, barWidth, barHeight, unclippedBarX, timeToPixels) {
}
+
+ highlightEntry(entryIndex) {
+ }
}
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-node-reference.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698