blob: 6979620d4297e51e85d45f37911adb156ed5c3a6 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "vulkan_surface.h"
namespace vulkan {
VulkanSurface::VulkanSurface() = default;
VulkanSurface::~VulkanSurface() = default;
} // namespace vulkan