// Copyright 2021 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_surface_id_allocator.h" #include "base/unguessable_token.h" namespace viz { TestSurfaceIdAllocator::TestSurfaceIdAllocator(const FrameSinkId& frame_sink_id) : … { … } void TestSurfaceIdAllocator::Increment() { … } } // namespace viz