| Index: cc/ipc/compositor_frame_metadata_struct_traits.cc
|
| diff --git a/cc/ipc/compositor_frame_metadata_struct_traits.cc b/cc/ipc/compositor_frame_metadata_struct_traits.cc
|
| index aa531504d75ffd4fe1311562b9e88b660f73e2a8..98bcd74086d491c5675cb8902cbc58e48f5ee893 100644
|
| --- a/cc/ipc/compositor_frame_metadata_struct_traits.cc
|
| +++ b/cc/ipc/compositor_frame_metadata_struct_traits.cc
|
| @@ -38,6 +38,7 @@ bool StructTraits<cc::mojom::CompositorFrameMetadataDataView,
|
| out->bottom_controls_shown_ratio = data.bottom_controls_shown_ratio();
|
|
|
| out->root_background_color = data.root_background_color();
|
| + out->respect_deadline = data.respect_deadline();
|
| return data.ReadSelection(&out->selection) &&
|
| data.ReadLatencyInfo(&out->latency_info) &&
|
| data.ReadReferencedSurfaces(&out->referenced_surfaces);
|
|
|