| 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 fa38f15eafe9abc13cb284b34627867e497cea46..c4f3fec86d3311f07e8405a9365aa5b7d12d3155 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.h
|
| +++ b/cc/layers/heads_up_display_layer_impl.h
|
| @@ -118,7 +118,7 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
|
| Graph paint_time_graph_;
|
| MemoryHistory::Entry memory_entry_;
|
|
|
| - base::TimeTicks time_of_last_graph_update_;
|
| + gfx::FrameTime time_of_last_graph_update_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HeadsUpDisplayLayerImpl);
|
| };
|
|
|