@@ -36,7 +36,7 @@ namespace Fuse.Controls.Native.Android
3636 IntPtr _nativeWindow = IntPtr . Zero ;
3737
3838 [ TargetSpecificImplementation ]
39- [ Require ( "Source.Include" , "Uno/Graphics /GLHelper.h" ) ]
39+ [ Require ( "Source.Include" , "uDroid /GLHelper.h" ) ]
4040 protected void SetSurface ( Java . Object surfaceHandle )
4141 {
4242 if ( _surfaceHandle != null )
@@ -51,7 +51,7 @@ namespace Fuse.Controls.Native.Android
5151 }
5252
5353 [ TargetSpecificImplementation ]
54- [ Require ( "Source.Include" , "Uno/Graphics /GLHelper.h" ) ]
54+ [ Require ( "Source.Include" , "uDroid /GLHelper.h" ) ]
5555 protected void DestroySurface ( )
5656 {
5757 extern ( _eglSurface ) "GLHelper::SwapBackToBackgroundSurface( (EGLSurface)$0 )" ;
@@ -63,7 +63,7 @@ namespace Fuse.Controls.Native.Android
6363 }
6464
6565 [ TargetSpecificImplementation ]
66- [ Require ( "Source.Include" , "Uno/Graphics /GLHelper.h" ) ]
66+ [ Require ( "Source.Include" , "uDroid /GLHelper.h" ) ]
6767 public bool BeginDraw ( int2 size )
6868 {
6969 if ( _eglSurface == IntPtr . Zero )
@@ -86,7 +86,7 @@ namespace Fuse.Controls.Native.Android
8686 }
8787
8888 [ TargetSpecificImplementation ]
89- [ Require ( "Source.Include" , "Uno/Graphics /GLHelper.h" ) ]
89+ [ Require ( "Source.Include" , "uDroid /GLHelper.h" ) ]
9090 public void EndDraw ( )
9191 {
9292 double t ;
0 commit comments