chromium/third_party/blink/renderer/modules/mediastream/test/fake_image_capturer.cc

// Copyright 2022 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/mediastream/test/fake_image_capturer.h"

#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/platform/wtf/casting.h"

namespace blink {

void FakeImageCapture::RegisterBinding(ExecutionContext* context) {}

void FakeImageCapture::Bind(mojo::ScopedMessagePipeHandle handle) {}

void FakeImageCapture::GetPhotoState(const WTF::String& source_id,
                                     GetPhotoStateCallback callback) {}

}  // namespace blink