mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Re-land "Support multiple shells in a single process. (#4932)" This reverts commit a9dd1abd80f9c5148c74d606302171fa260365ca.
12 lines
302 B
C++
12 lines
302 B
C++
// Copyright 2015 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 "flutter/runtime/runtime_delegate.h"
|
|
|
|
namespace blink {
|
|
|
|
RuntimeDelegate::~RuntimeDelegate() = default;
|
|
|
|
} // namespace blink
|