| 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 270e04d772ab6d22ac031d996b30f48b2ff2ed24..cdf26b53f18b4e822eeb5cfee23c470a83a1e1b6 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.cc
|
| +++ b/cc/layers/heads_up_display_layer_impl.cc
|
| @@ -69,10 +69,10 @@ double HeadsUpDisplayLayerImpl::Graph::UpdateUpperBound() {
|
| HeadsUpDisplayLayerImpl::HeadsUpDisplayLayerImpl(LayerTreeImpl* tree_impl,
|
| int id)
|
| : LayerImpl(tree_impl, id),
|
| - fps_graph_(60.0, 80.0),
|
| - paint_time_graph_(16.0, 48.0),
|
| typeface_(skia::AdoptRef(
|
| - SkTypeface::CreateFromName("monospace", SkTypeface::kBold))) {}
|
| + SkTypeface::CreateFromName("monospace", SkTypeface::kBold))),
|
| + fps_graph_(60.0, 80.0),
|
| + paint_time_graph_(16.0, 48.0) {}
|
|
|
| HeadsUpDisplayLayerImpl::~HeadsUpDisplayLayerImpl() {}
|
|
|
|
|