| 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 88bf5b8f00464eed18f5f7d18ae111fd07b39dc0..bbd13cfaf593dd7cbb72a37189f3af85aed9cee7 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"
|
| @@ -52,6 +53,7 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
| CompositorFrame frame);
|
| void RequestCopyOfSurface(std::unique_ptr<CopyOutputRequest> request);
|
| void ForceReclaimResources();
|
| + void ClaimTemporaryReference(const SurfaceId& surface_id);
|
|
|
| private:
|
| // Update surface references with SurfaceManager for current CompositorFrame
|
|
|