Chromium Code Reviews| Index: cc/ipc/compositor_frame_metadata.mojom |
| diff --git a/cc/ipc/compositor_frame_metadata.mojom b/cc/ipc/compositor_frame_metadata.mojom |
| index 992f53d40f683436594d6cc4578e5aaf4ac374b2..8345b4dc360b315fc5cd5fdbc0af6dfae8d89cd9 100644 |
| --- a/cc/ipc/compositor_frame_metadata.mojom |
| +++ b/cc/ipc/compositor_frame_metadata.mojom |
| @@ -30,4 +30,5 @@ struct CompositorFrameMetadata { |
| Selection selection; |
| array<ui.mojom.LatencyInfo> latency_info; |
| array<SurfaceId> referenced_surfaces; |
| + bool respect_deadline; |
|
vmpstr
2017/02/07 22:46:19
As an aside, should there some ordering to these v
Fady Samuel
2017/02/08 00:52:48
Yes, we should probably move all bools to the bott
|
| }; |