| 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 b1c18d345e42b5f68d00da731ec75951662d8fe6..962924ccc7eae3a0c85289aac00dc317b02cf31f 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.h
|
| +++ b/cc/surfaces/compositor_frame_sink_support.h
|
| @@ -53,6 +53,7 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
| void Satisfy(const SurfaceSequence& sequence);
|
| void AddChildFrameSink(const FrameSinkId& child_frame_sink_id);
|
| void RemoveChildFrameSink(const FrameSinkId& child_frame_sink_id);
|
| + void RequestCopyOfSurface(std::unique_ptr<CopyOutputRequest> request);
|
|
|
| private:
|
| // Update surface references with SurfaceManager for current CompositorFrame
|
|
|