replace direct ownership
This commit is contained in:
@@ -68,6 +68,7 @@ private:
|
||||
class FakeOutputEdge final : public RenderCadenceCompositor::IVideoOutputEdge
|
||||
{
|
||||
public:
|
||||
bool Initialize(const RenderCadenceCompositor::VideoOutputEdgeConfig&, CompletionCallback, std::string&) override { return true; }
|
||||
bool StartScheduledPlayback(std::string&) override { return true; }
|
||||
bool ScheduleFrame(const VideoIOOutputFrame& frame) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user