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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html

Issue 1429863004: Actually fix analysis link hovering (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 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 | « tracing/tracing/ui/brushing_state_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html
diff --git a/tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html b/tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html
index 27fac0c614b8e8cc8a3c7d70b11bc0e526b39690..80c2e4a3102323407e710e26a22a632487d0ff2f 100644
--- a/tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html
+++ b/tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html
@@ -973,7 +973,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
var colorId = ColorScheme.getColorIdForGeneralPurposeString(
highlight.colorKey);
- colorId += ColorScheme.properties.selectedIdBoost;
+ colorId += ColorScheme.properties.brightenedOffsets[0];
var color = ColorScheme.colors[colorId];
« no previous file with comments | « tracing/tracing/ui/brushing_state_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698