| 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 3cba4f5bae1a2fec7644595aa90249b3594ab57f..be66afa1bff7c0cbee3546167bdc83874fd1a70a 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.h
|
| +++ b/cc/layers/heads_up_display_layer_impl.h
|
| @@ -132,6 +132,9 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
|
| MemoryHistory::Entry memory_entry_;
|
| int fade_step_;
|
| std::vector<DebugRect> paint_rects_;
|
| + // TODO(kouhei)
|
| + int fade_step_f_;
|
| + std::vector<DebugRect> first_paint_rects_;
|
|
|
| base::TimeTicks time_of_last_graph_update_;
|
|
|
|
|