Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ba63b9a

Browse files
committed
license
1 parent 69a633e commit ba63b9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/licenses_golden/licenses_flutter

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/Flutte
702702
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineCache.java
703703
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEnginePluginRegistry.java
704704
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterJNI.java
705+
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterOverlaySurface.java
705706
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterShellArgs.java
706707
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/DartExecutor.java
707708
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/DartMessenger.java
@@ -791,6 +792,7 @@ FILE: ../../../flutter/shell/platform/android/platform_message_response_android.
791792
FILE: ../../../flutter/shell/platform/android/platform_message_response_android.h
792793
FILE: ../../../flutter/shell/platform/android/platform_view_android.cc
793794
FILE: ../../../flutter/shell/platform/android/platform_view_android.h
795+
FILE: ../../../flutter/shell/platform/android/platform_view_android_jni.h
794796
FILE: ../../../flutter/shell/platform/android/platform_view_android_jni_impl.cc
795797
FILE: ../../../flutter/shell/platform/android/platform_view_android_jni_impl.h
796798
FILE: ../../../flutter/shell/platform/android/robolectric.properties

shell/platform/android/jni/platform_view_android_jni.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ class PlatformViewAndroidJNI {
150150
//----------------------------------------------------------------------------
151151
/// @brief Instantiates an overlay surface in hybrid composition.
152152
///
153-
///
154153
/// @note Must be called from the platform thread.
155154
///
156155
virtual void FlutterViewCreateOverlaySurface() = 0;

0 commit comments

Comments
 (0)