| 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(),
|
|
|