diff --git a/source/SkiaSharp.Views/SkiaSharp.Views.UWP/GlesInterop/GlesContext.cs b/source/SkiaSharp.Views/SkiaSharp.Views.UWP/GlesInterop/GlesContext.cs index 00fc47d6..0f2c6d0b 100644 --- a/source/SkiaSharp.Views/SkiaSharp.Views.UWP/GlesInterop/GlesContext.cs +++ b/source/SkiaSharp.Views/SkiaSharp.Views.UWP/GlesInterop/GlesContext.cs @@ -3,7 +3,7 @@ using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml.Controls; -using SkiaSharp.Views.UWP; +using SkiaSharp.Views.UWP.Interop; using EGLDisplay = System.IntPtr; using EGLContext = System.IntPtr; @@ -12,7 +12,7 @@ using EGLSurface = System.IntPtr; namespace SkiaSharp.Views.GlesInterop { - public class GlesContext : IDisposable + internal class GlesContext : IDisposable { private EGLDisplay eglDisplay; private EGLContext eglContext; diff --git a/source/SkiaSharp.Views/SkiaSharp.Views.UWP/Interop/PropertySetExtensions.cs b/source/SkiaSharp.Views/SkiaSharp.Views.UWP/Interop/PropertySetExtensions.cs index bb8eb346..f4a74e7a 100644 --- a/source/SkiaSharp.Views/SkiaSharp.Views.UWP/Interop/PropertySetExtensions.cs +++ b/source/SkiaSharp.Views/SkiaSharp.Views.UWP/Interop/PropertySetExtensions.cs @@ -2,7 +2,7 @@ using Windows.Foundation; using Windows.Foundation.Collections; -namespace SkiaSharp.Views.UWP +namespace SkiaSharp.Views.UWP.Interop { internal static class PropertySetExtensions {