| Index: cc/surfaces/compositor_frame_sink_support.h
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.h b/cc/surfaces/compositor_frame_sink_support.h
|
| index 239e19425de25b514d68301b707a1e33837b85f0..f9973d31f9fb276c7ba69eaa997d27fa5052a17f 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.h
|
| +++ b/cc/surfaces/compositor_frame_sink_support.h
|
| @@ -39,6 +39,9 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
| void SetNeedsBeginFrame(bool needs_begin_frame);
|
| void SubmitCompositorFrame(const LocalFrameId& local_frame_id,
|
| CompositorFrame frame);
|
| + void Require(const LocalFrameId& local_frame_id,
|
| + const SurfaceSequence& sequence);
|
| + void Satisfy(const SurfaceSequence& sequence);
|
| void AddChildFrameSink(const FrameSinkId& child_frame_sink_id);
|
| void RemoveChildFrameSink(const FrameSinkId& child_frame_sink_id);
|
|
|
|
|