chromium/components/paint_preview/browser/warm_compositor.h

// Copyright 2020 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_PAINT_PREVIEW_BROWSER_WARM_COMPOSITOR_H_
#define COMPONENTS_PAINT_PREVIEW_BROWSER_WARM_COMPOSITOR_H_

#include <memory>

#include "base/task/task_runner.h"
#include "components/paint_preview/public/paint_preview_compositor_service.h"

namespace base {
template <typename T>
struct DefaultSingletonTraits;
}

namespace paint_preview {

// A class that can hold a pre-warmed compositor service for use.
class WarmCompositor {};

}  // namespace paint_preview

#endif  // COMPONENTS_PAINT_PREVIEW_BROWSER_WARM_COMPOSITOR_H_