X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcc%2Foutput%2Fcompositor_frame_metadata.h;h=a6fe2d4117afc0bab4e6757f0a4c60d613d232a6;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=e9dd706a241719ddc611d7b5aa804a4e2b80dacd;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/cc/output/compositor_frame_metadata.h b/src/cc/output/compositor_frame_metadata.h index e9dd706..a6fe2d4 100644 --- a/src/cc/output/compositor_frame_metadata.h +++ b/src/cc/output/compositor_frame_metadata.h @@ -46,6 +46,10 @@ class CC_EXPORT CompositorFrameMetadata { ViewportSelectionBound selection_end; std::vector latency_info; + + // A set of SurfaceSequences that this frame satisfies (always in the same + // namespace as the current Surface). + std::vector satisfies_sequences; }; } // namespace cc