| 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 5c543f3a710c392ec35e0831b9c8fe06816e7a40..aa531504d75ffd4fe1311562b9e88b660f73e2a8 100644
|
| --- a/cc/ipc/compositor_frame_metadata_struct_traits.cc
|
| +++ b/cc/ipc/compositor_frame_metadata_struct_traits.cc
|
| @@ -40,7 +40,6 @@
|
| out->root_background_color = data.root_background_color();
|
| return data.ReadSelection(&out->selection) &&
|
| data.ReadLatencyInfo(&out->latency_info) &&
|
| - data.ReadSatisfiesSequences(&out->satisfies_sequences) &&
|
| data.ReadReferencedSurfaces(&out->referenced_surfaces);
|
| }
|
|
|
|
|