chromium/third_party/blink/renderer/core/html/media/media_source_attachment.cc

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

#include "third_party/blink/renderer/core/html/media/media_source_attachment.h"

#include "third_party/blink/renderer/core/html/media/media_source_registry.h"
#include "third_party/blink/renderer/platform/wtf/wtf.h"

namespace blink {

// static
URLRegistry* MediaSourceAttachment::registry_ =;

// static
void MediaSourceAttachment::SetRegistry(MediaSourceRegistry* registry) {}

// static
scoped_refptr<MediaSourceAttachment> MediaSourceAttachment::LookupMediaSource(
    const String& url) {}

MediaSourceAttachment::MediaSourceAttachment() = default;

MediaSourceAttachment::~MediaSourceAttachment() = default;

}  // namespace blink