This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
shell/platform/android/jni Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -702,6 +702,7 @@ FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/Flutte
702702FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineCache.java
703703FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEnginePluginRegistry.java
704704FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterJNI.java
705+ FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterOverlaySurface.java
705706FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterShellArgs.java
706707FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/DartExecutor.java
707708FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/DartMessenger.java
@@ -791,6 +792,7 @@ FILE: ../../../flutter/shell/platform/android/platform_message_response_android.
791792FILE: ../../../flutter/shell/platform/android/platform_message_response_android.h
792793FILE: ../../../flutter/shell/platform/android/platform_view_android.cc
793794FILE: ../../../flutter/shell/platform/android/platform_view_android.h
795+ FILE: ../../../flutter/shell/platform/android/platform_view_android_jni.h
794796FILE: ../../../flutter/shell/platform/android/platform_view_android_jni_impl.cc
795797FILE: ../../../flutter/shell/platform/android/platform_view_android_jni_impl.h
796798FILE: ../../../flutter/shell/platform/android/robolectric.properties
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments