blob: 007306473cc0eb3407614b01e4460f637f6e171f [file] [log] [blame]
// Copyright 2018 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 "components/viz/common/surfaces/frame_sink_id_allocator.h"
namespace viz {
constexpr FrameSinkId g_invalid_frame_sink_id;
// static
const FrameSinkId& FrameSinkIdAllocator::InvalidFrameSinkId() {
return g_invalid_frame_sink_id;
}
} // namespace viz