// 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. #ifndef COMPONENTS_VIZ_TEST_SURFACE_ID_ALLOCATOR_SET_H_ #define COMPONENTS_VIZ_TEST_SURFACE_ID_ALLOCATOR_SET_H_ #include <map> #include "components/viz/common/surfaces/parent_local_surface_id_allocator.h" namespace viz { // This class holds the ParentLocalSurfaceIdAllocators for different // FrameSinkIds in tests. class SurfaceIdAllocatorSet { … }; } // namespace viz #endif // COMPONENTS_VIZ_TEST_SURFACE_ID_ALLOCATOR_SET_H_