1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4// FLUTTER_NOLINT
5
6#include "flutter/shell/gpu/gpu_surface_vulkan_delegate.h"
7
8namespace flutter {
9
10GPUSurfaceVulkanDelegate::~GPUSurfaceVulkanDelegate() = default;
11
12ExternalViewEmbedder* GPUSurfaceVulkanDelegate::GetExternalViewEmbedder() {
13 return nullptr;
14}
15
16} // namespace flutter
17