Chromium Code Reviews| 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 47afa1fd73af2ba4d28b6bf9128be34a06bca650..78263598e3fe11dda63c13bbf41ac9eacfadfcd7 100644 |
| --- a/cc/layers/heads_up_display_layer_impl.h |
| +++ b/cc/layers/heads_up_display_layer_impl.h |
| @@ -119,6 +119,7 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl { |
| Graph fps_graph_; |
| Graph paint_time_graph_; |
| MemoryHistory::Entry memory_entry_; |
| + mutable int current_paint_rect_color_; |
|
danakj
2014/02/10 16:11:12
why mutable?
|
| base::TimeTicks time_of_last_graph_update_; |