chromium/content/browser/renderer_host/media/ref_counted_video_source_provider.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/browser/renderer_host/media/ref_counted_video_source_provider.h"

#include "content/public/browser/video_capture_service.h"
#include "services/video_capture/public/mojom/video_capture_service.mojom.h"

namespace content {

RefCountedVideoSourceProvider::RefCountedVideoSourceProvider(
    mojo::Remote<video_capture::mojom::VideoSourceProvider> source_provider,
    base::OnceClosure destruction_cb)
    :{}

RefCountedVideoSourceProvider::~RefCountedVideoSourceProvider() {}

base::WeakPtr<RefCountedVideoSourceProvider>
RefCountedVideoSourceProvider::GetWeakPtr() {}

void RefCountedVideoSourceProvider::ReleaseProviderForTesting() {}

}  // namespace content