chromium/components/viz/common/resources/return_callback.h

// Copyright 2013 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_COMMON_RESOURCES_RETURN_CALLBACK_H_
#define COMPONENTS_VIZ_COMMON_RESOURCES_RETURN_CALLBACK_H_

#include "base/functional/callback.h"
#include "components/viz/common/resources/returned_resource.h"

namespace viz {

ReturnCallback;

}  // namespace viz

#endif  // COMPONENTS_VIZ_COMMON_RESOURCES_RETURN_CALLBACK_H_