chromium/components/viz/test/test_output_surface_provider.h

// 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.

#ifndef COMPONENTS_VIZ_TEST_TEST_OUTPUT_SURFACE_PROVIDER_H_
#define COMPONENTS_VIZ_TEST_TEST_OUTPUT_SURFACE_PROVIDER_H_

#include <memory>

#include "components/viz/service/display_embedder/output_surface_provider.h"

namespace viz {

// Test implementation that creates a fake OutputSurface.
class TestOutputSurfaceProvider : public OutputSurfaceProvider {};

}  // namespace viz

#endif  // COMPONENTS_VIZ_TEST_TEST_OUTPUT_SURFACE_PROVIDER_H_