chromium/third_party/blink/renderer/platform/graphics/test/test_webgraphics_shared_image_interface_provider.h

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

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_TEST_TEST_WEBGRAPHICS_SHARED_IMAGE_INTERFACE_PROVIDER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_TEST_TEST_WEBGRAPHICS_SHARED_IMAGE_INTERFACE_PROVIDER_H_

#include "gpu/command_buffer/client/test_shared_image_interface.h"
#include "third_party/blink/public/platform/web_graphics_shared_image_interface_provider.h"

namespace blink {

class TestWebGraphicsSharedImageInterfaceProvider
    : public WebGraphicsSharedImageInterfaceProvider {};

}  // namespace blink
#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_TEST_TEST_WEBGRAPHICS_SHARED_IMAGE_INTERFACE_PROVIDER_H_