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

Unified Diff: tracing/tracing/ui/base/draw_helpers.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: . Created 4 years, 1 month 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 | « tracing/tracing/ui/base/dom_helpers.html ('k') | tracing/tracing/ui/base/elided_cache.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/draw_helpers.html
diff --git a/tracing/tracing/ui/base/draw_helpers.html b/tracing/tracing/ui/base/draw_helpers.html
index 89b9d5dab967e28acf939f55b954d53a4b931123..ea44676d6ab116a6ff7abfd2adc1821646b1fef2 100644
--- a/tracing/tracing/ui/base/draw_helpers.html
+++ b/tracing/tracing/ui/base/draw_helpers.html
@@ -403,17 +403,17 @@ tr.exportTo('tr.ui.b', function() {
}
return {
- drawSlices: drawSlices,
- drawInstantSlicesAsLines: drawInstantSlicesAsLines,
- drawLabels: drawLabels,
+ drawSlices,
+ drawInstantSlicesAsLines,
+ drawLabels,
- drawLine: drawLine,
- drawTriangle: drawTriangle,
- drawArrow: drawArrow,
+ drawLine,
+ drawTriangle,
+ drawArrow,
elidedTitleCache_: elidedTitleCache,
benjhayden 2016/11/22 23:21:26 This smells funny. This is only used in rect_track
- THIN_SLICE_HEIGHT: THIN_SLICE_HEIGHT
+ THIN_SLICE_HEIGHT,
};
});
</script>
« no previous file with comments | « tracing/tracing/ui/base/dom_helpers.html ('k') | tracing/tracing/ui/base/elided_cache.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698