mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Windows textures: Add placeholder flutter_texture_registrar.h (flutter/engine#23623)
This commit is contained in:
parent
e636c1b44d
commit
22b1eea1b9
@ -922,6 +922,7 @@ FILE: ../../../flutter/shell/platform/common/cpp/path_utils_unittests.cc
|
||||
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_export.h
|
||||
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_messenger.h
|
||||
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_plugin_registrar.h
|
||||
FILE: ../../../flutter/shell/platform/common/cpp/public/flutter_texture_registrar.h
|
||||
FILE: ../../../flutter/shell/platform/common/cpp/text_input_model.cc
|
||||
FILE: ../../../flutter/shell/platform/common/cpp/text_input_model.h
|
||||
FILE: ../../../flutter/shell/platform/common/cpp/text_input_model_unittests.cc
|
||||
|
||||
@ -13,6 +13,7 @@ _public_headers = [
|
||||
"public/flutter_export.h",
|
||||
"public/flutter_messenger.h",
|
||||
"public/flutter_plugin_registrar.h",
|
||||
"public/flutter_texture_registrar.h",
|
||||
]
|
||||
|
||||
# Any files that are built by clients (client_wrapper code, library headers for
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
// Copyright 2013 The Flutter Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
Loading…
x
Reference in New Issue
Block a user