| 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..27e973cb92125a6d868f8060b2718e95e224866e 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.cc
|
| +++ b/cc/layers/heads_up_display_layer_impl.cc
|
| @@ -565,13 +565,8 @@ SkRect HeadsUpDisplayLayerImpl::DrawPaintTimeDisplay(
|
| "%.1f-%.1f", paint_time_graph_.min, paint_time_graph_.max);
|
|
|
| paint.setColor(DebugColors::PaintTimeDisplayTextAndGraphColor());
|
| - DrawText(canvas,
|
| - &paint,
|
| - "Page paint time (ms)",
|
| - SkPaint::kLeft_Align,
|
| - kFontHeight,
|
| - text_bounds.left(),
|
| - text_bounds.bottom());
|
| + DrawText(canvas, &paint, "Compositor frame time (ms)", SkPaint::kLeft_Align,
|
| + kFontHeight, text_bounds.left(), text_bounds.bottom());
|
| DrawText(canvas,
|
| &paint,
|
| value_text,
|
|
|