| 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 1d89554e025567337fc70b2f21464bccc4c1b434..e6b4ead97df07c719805223f361c5479372a4a22 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);
|
|
|
|
|