chromium/third_party/blink/renderer/modules/mediarecorder/blob_event.cc

// Copyright 2015 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/modules/mediarecorder/blob_event.h"

#include <cmath>

#include "third_party/blink/renderer/bindings/modules/v8/v8_blob_event_init.h"

namespace blink {

// static
BlobEvent* BlobEvent::Create(const AtomicString& type,
                             const BlobEventInit* initializer) {}

const AtomicString& BlobEvent::InterfaceName() const {}

void BlobEvent::Trace(Visitor* visitor) const {}

BlobEvent::BlobEvent(const AtomicString& type, const BlobEventInit* initializer)
    :{}

BlobEvent::BlobEvent(const AtomicString& type, Blob* blob, double timecode)
    :{}

}  // namespace blink