blob: 9df19a7bc5f221d751ea5c6e38c5f14066881dbc [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/ipc/common/mock_command_buffer.h"
namespace gpu {
MockCommandBuffer::MockCommandBuffer() = default;
MockCommandBuffer::~MockCommandBuffer() = default;
void MockCommandBuffer::Bind(
mojo::PendingAssociatedReceiver<mojom::CommandBuffer> receiver) {
receiver_.Bind(std::move(receiver));
}
} // namespace gpu