File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/Uno.UI.Runtime.Skia.AppleUIKit/UI/Xaml/Window Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,12 @@ namespace Uno.UI.Runtime.Skia.AppleUIKit;
3131
3232internal class RootViewController : UINavigationController , IAppleUIKitXamlRootHost
3333{
34- private readonly SkiaRenderHelper . FpsHelper _fpsHelper = new ( ) ;
35-
3634 private SkiaCanvas ? _skCanvasView ;
3735 private XamlRoot ? _xamlRoot ;
3836 private UIView ? _textInputLayer ;
3937 private UIView ? _nativeOverlayLayer ;
4038 private string ? _lastSvgClipPath ;
4139 private SKPicture ? _picture ;
42- private SKPath ? _clipPath ;
4340
4441 public RootViewController ( )
4542 {
@@ -309,9 +306,8 @@ public void InvalidateRender()
309306 invertPath : false ) ;
310307
311308 Interlocked . Exchange ( ref _picture , picture ) ;
312- Interlocked . Exchange ( ref _clipPath , path ) ;
313309
314- UpdateNativeClipping ( _clipPath ) ;
310+ UpdateNativeClipping ( path ) ;
315311
316312#if ! __TVOS__
317313 _skCanvasView ? . QueueRender ( ) ;
You can’t perform that action at this time.
0 commit comments