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

Unified Diff: cc/layers/heads_up_display_layer_impl.cc

Issue 689503002: cc: Use commit to activation time in repaint HUD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused var Created 6 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
Index: cc/layers/heads_up_display_layer_impl.cc
diff --git a/cc/layers/heads_up_display_layer_impl.cc b/cc/layers/heads_up_display_layer_impl.cc
index 069213940204d31311cd6ff010ee781e14a7b813..e68b4511106be0e0fb1b4f626ace5e0662a1c66f 100644
--- a/cc/layers/heads_up_display_layer_impl.cc
+++ b/cc/layers/heads_up_display_layer_impl.cc
@@ -567,7 +567,7 @@ SkRect HeadsUpDisplayLayerImpl::DrawPaintTimeDisplay(
paint.setColor(DebugColors::PaintTimeDisplayTextAndGraphColor());
DrawText(canvas,
&paint,
- "Page paint time (ms)",
+ "Activation time (ms)",
SkPaint::kLeft_Align,
kFontHeight,
text_bounds.left(),

Powered by Google App Engine
This is Rietveld 408576698