chromium/components/services/paint_preview_compositor/paint_preview_compositor_collection_impl_unittest.cc

// Copyright 2019 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/services/paint_preview_compositor/paint_preview_compositor_collection_impl.h"

#include "base/functional/bind.h"
#include "base/test/task_environment.h"
#include "base/unguessable_token.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace paint_preview {

namespace {

base::OnceCallback<void(const std::vector<base::UnguessableToken>&)>
ExpectedIdsCallbackFactory(
    const std::vector<base::UnguessableToken>& expected_ids) {}

}  // namespace

TEST(PaintPreviewCompositorCollectionTest, TestAddCompositor) {}

TEST(PaintPreviewCompositorCollectionTest,
     TestCompositorRemoteOutlivesCollection) {}

TEST(PaintPreviewCompositorCollectionTest, MemoryPressure) {}

}  // namespace paint_preview