| Index: cc/output/compositor_frame_metadata.h
|
| diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
|
| index fb32e3b3549eb03a502abe6811dcbda41c276499..98bed560715476f4dc71382cdc383574ba08b86b 100644
|
| --- a/cc/output/compositor_frame_metadata.h
|
| +++ b/cc/output/compositor_frame_metadata.h
|
| @@ -92,6 +92,11 @@ class CC_EXPORT CompositorFrameMetadata {
|
| // BeginFrameAck for the BeginFrame that this CompositorFrame answers.
|
| BeginFrameAck begin_frame_ack;
|
|
|
| + // Once the display compositor processes a frame containing a non-zero frame
|
| + // token, the token is sent to embedder of the frame. This is helpful when
|
| + // the embedder wants to do something after a particular frame is processed.
|
| + uint32_t frame_token = 0;
|
| +
|
| private:
|
| CompositorFrameMetadata(const CompositorFrameMetadata& other);
|
| CompositorFrameMetadata operator=(const CompositorFrameMetadata&) = delete;
|
|
|