| Index: cc/output/compositor_frame_metadata.h
|
| diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
|
| index e9dd706a241719ddc611d7b5aa804a4e2b80dacd..a6fe2d4117afc0bab4e6757f0a4c60d613d232a6 100644
|
| --- a/cc/output/compositor_frame_metadata.h
|
| +++ b/cc/output/compositor_frame_metadata.h
|
| @@ -46,6 +46,10 @@ class CC_EXPORT CompositorFrameMetadata {
|
| ViewportSelectionBound selection_end;
|
|
|
| std::vector<ui::LatencyInfo> latency_info;
|
| +
|
| + // A set of SurfaceSequences that this frame satisfies (always in the same
|
| + // namespace as the current Surface).
|
| + std::vector<uint32_t> satisfies_sequences;
|
| };
|
|
|
| } // namespace cc
|
|
|