| Index: cc/layers/heads_up_display_layer_impl.h
|
| diff --git a/cc/layers/heads_up_display_layer_impl.h b/cc/layers/heads_up_display_layer_impl.h
|
| index 299d91eb19dad1e67c1323d0c7a19ed30fc7915a..0663b8254179d571bd1bad0a3147b218e7e5c611 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.h
|
| +++ b/cc/layers/heads_up_display_layer_impl.h
|
| @@ -111,10 +111,6 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
|
| int right,
|
| int top,
|
| int width) const;
|
| - SkRect DrawPaintTimeDisplay(SkCanvas* canvas,
|
| - const PaintTimeCounter* paint_time_counter,
|
| - int top,
|
| - int right) const;
|
| void DrawDebugRect(SkCanvas* canvas,
|
| SkPaint* paint,
|
| const DebugRect& rect,
|
|
|