chromium/content/gpu/gpu_service_factory.h

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_GPU_GPU_SERVICE_FACTORY_H_
#define CONTENT_GPU_GPU_SERVICE_FACTORY_H_

#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/task/single_thread_task_runner.h"
#include "gpu/config/gpu_driver_bug_workarounds.h"
#include "gpu/config/gpu_feature_info.h"
#include "gpu/config/gpu_info.h"
#include "gpu/config/gpu_preferences.h"
#include "media/base/android_overlay_mojo_factory.h"
#include "media/mojo/buildflags.h"
#include "media/mojo/mojom/media_service.mojom.h"
#include "services/service_manager/public/mojom/service.mojom.h"

namespace gpu {
class GpuMemoryBufferFactory;
}

namespace media {
class MediaGpuChannelManager;
}

namespace content {

// Helper for handling incoming RunService requests on GpuChildThread.
class GpuServiceFactory {};

}  // namespace content

#endif  // CONTENT_GPU_GPU_SERVICE_FACTORY_H_