Chromium Code Reviews| Index: ui/events/latency_info.h |
| diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h |
| index 619b0462f71f4d36c3c7a7c23288887eee82a6ad..b5dff30aa5ae947ba64c665c36aa43c7f12f3b8f 100644 |
| --- a/ui/events/latency_info.h |
| +++ b/ui/events/latency_info.h |
| @@ -44,6 +44,9 @@ enum LatencyComponentType { |
| // Frame number when a window snapshot was requested. The snapshot |
| // is taken when the rendering results actually reach the screen. |
| WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT, |
| + // Frame number for a snapshot requested via |
| + // gpuBenchmarking.beginWindowSnapshotPNG |
|
Vladislav Kaznacheev
2014/06/16 08:25:27
Please add a TODO to remove this when this patch h
vkuzkokov
2014/06/16 10:01:24
Done.
|
| + WINDOW_OLD_SNAPSHOT_FRAME_NUMBER_COMPONENT, |
| // ---------------------------TERMINAL COMPONENT----------------------------- |
| // TERMINAL COMPONENT is when we show the latency end in chrome://tracing. |
| // Timestamp when the mouse event is acked from renderer and it does not |