// 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 "components/viz/test/test_frame_sink_manager.h" #include <utility> namespace viz { TestFrameSinkManagerImpl::TestFrameSinkManagerImpl() = default; TestFrameSinkManagerImpl::~TestFrameSinkManagerImpl() = default; void TestFrameSinkManagerImpl::BindReceiver( mojo::PendingReceiver<mojom::FrameSinkManager> receiver, mojo::PendingRemote<mojom::FrameSinkManagerClient> client) { … } } // namespace viz