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

Commit 24ec465

Browse files
author
Emmanuel Garcia
committed
Typo
1 parent a5bc36d commit 24ec465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/android/android_surface_vulkan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace flutter {
2020
class AndroidSurfaceVulkan : public AndroidSurface,
2121
public GPUSurfaceVulkanDelegate {
2222
public:
23-
AndroidSurfaceVulkan();
23+
AndroidSurfaceVulkan(std::unique_ptr<PlatformViewAndroidJNI> jni_facade);
2424

2525
~AndroidSurfaceVulkan() override;
2626

0 commit comments

Comments
 (0)