diff --git a/engine/src/flutter/ci/licenses_golden/licenses_flutter b/engine/src/flutter/ci/licenses_golden/licenses_flutter index d483b97cc51..a9b9ec09f2c 100755 --- a/engine/src/flutter/ci/licenses_golden/licenses_flutter +++ b/engine/src/flutter/ci/licenses_golden/licenses_flutter @@ -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 diff --git a/engine/src/flutter/shell/platform/common/cpp/BUILD.gn b/engine/src/flutter/shell/platform/common/cpp/BUILD.gn index d1b4888c2f9..36c9760c419 100644 --- a/engine/src/flutter/shell/platform/common/cpp/BUILD.gn +++ b/engine/src/flutter/shell/platform/common/cpp/BUILD.gn @@ -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 diff --git a/engine/src/flutter/shell/platform/common/cpp/public/flutter_texture_registrar.h b/engine/src/flutter/shell/platform/common/cpp/public/flutter_texture_registrar.h new file mode 100644 index 00000000000..e7217c7d7b3 --- /dev/null +++ b/engine/src/flutter/shell/platform/common/cpp/public/flutter_texture_registrar.h @@ -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.