chromium/ui/ozone/platform/x11/vulkan_implementation_x11.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 UI_OZONE_PLATFORM_X11_VULKAN_IMPLEMENTATION_X11_H_
#define UI_OZONE_PLATFORM_X11_VULKAN_IMPLEMENTATION_X11_H_

#include <memory>

#include "gpu/vulkan/vulkan_implementation.h"
#include "gpu/vulkan/vulkan_instance.h"

namespace ui {

class VulkanImplementationX11 : public gpu::VulkanImplementation {};

}  // namespace ui

#endif  // UI_OZONE_PLATFORM_X11_VULKAN_IMPLEMENTATION_X11_H_