| 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 5feef007b7c0405d5b700c23bb48d772979877d3..52a9fa35caa90d88fa92d4f27a5db2373d601dc7 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.h
|
| +++ b/cc/surfaces/compositor_frame_sink_support.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <memory>
|
| #include <unordered_set>
|
| +#include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -57,6 +58,7 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
| void RemoveChildFrameSink(const FrameSinkId& child_frame_sink_id);
|
| void RequestCopyOfSurface(std::unique_ptr<CopyOutputRequest> request);
|
| void ForceReclaimResources();
|
| + void ClaimTemporaryReference(const SurfaceId& surface_id);
|
|
|
| private:
|
| // Update surface references with SurfaceManager for current CompositorFrame
|
|
|