| Index: trunk/src/cc/layers/heads_up_display_layer_impl.cc
|
| ===================================================================
|
| --- trunk/src/cc/layers/heads_up_display_layer_impl.cc (revision 191411)
|
| +++ trunk/src/cc/layers/heads_up_display_layer_impl.cc (working copy)
|
| @@ -69,10 +69,10 @@
|
| 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))),
|
| - fps_graph_(60.0, 80.0),
|
| - paint_time_graph_(16.0, 48.0) {}
|
| + SkTypeface::CreateFromName("monospace", SkTypeface::kBold))) {}
|
|
|
| HeadsUpDisplayLayerImpl::~HeadsUpDisplayLayerImpl() {}
|
|
|
|
|