Chromium Code Reviews| Index: cc/scheduler/compositor_timing_history.h |
| diff --git a/cc/scheduler/compositor_timing_history.h b/cc/scheduler/compositor_timing_history.h |
| index b64dc0561a52cb8c6a2f32c65ebb068598f624aa..cd4e7e80eb7b1b00ac576ca7d30680af569069ff 100644 |
| --- a/cc/scheduler/compositor_timing_history.h |
| +++ b/cc/scheduler/compositor_timing_history.h |
| @@ -64,7 +64,8 @@ class CC_EXPORT CompositorTimingHistory { |
| void WillActivate(); |
| void DidActivate(); |
| void WillDraw(); |
| - void DidDraw(bool used_new_active_tree); |
| + void DidDraw(bool used_new_active_tree, |
| + bool main_thread_missed_last_deadline); |
|
tdresser
2016/02/10 17:15:20
Would it make sense to record how many deadlines t
Sami
2016/02/10 17:28:54
Do you mean the lateness in milliseconds? I guess
|
| void DidSwapBuffers(); |
| void DidSwapBuffersComplete(); |
| void DidSwapBuffersReset(); |