chromium/components/viz/common/surfaces/scoped_surface_id_allocator.cc

// Copyright 2018 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/common/surfaces/scoped_surface_id_allocator.h"

#include <utility>

#include "components/viz/common/surfaces/parent_local_surface_id_allocator.h"

namespace viz {

ScopedSurfaceIdAllocator::ScopedSurfaceIdAllocator(
    base::OnceCallback<void()> allocation_task)
    :{}

ScopedSurfaceIdAllocator::ScopedSurfaceIdAllocator(
    ParentLocalSurfaceIdAllocator* allocator,
    base::OnceCallback<void()> allocation_task)
    :{}

ScopedSurfaceIdAllocator::ScopedSurfaceIdAllocator(
    ScopedSurfaceIdAllocator&& other)
    :{}

ScopedSurfaceIdAllocator& ScopedSurfaceIdAllocator::operator=(
    ScopedSurfaceIdAllocator&& other) {}

ScopedSurfaceIdAllocator::~ScopedSurfaceIdAllocator() {}

void swap(ScopedSurfaceIdAllocator& first, ScopedSurfaceIdAllocator& second) {}

}  // namespace viz