< prev index next >

src/java.desktop/share/classes/sun/java2d/opengl/OGLGraphicsConfig.java

Print this page
rev 54883 : JDK-8220154 Improve java2d rendering performance on macOS by using Metal framework

@@ -32,11 +32,11 @@
 /**
  * This interface collects the methods that are provided by both
  * GLXGraphicsConfig and WGLGraphicsConfig, making it easier to invoke these
  * methods directly from OGLSurfaceData.
  */
-interface OGLGraphicsConfig extends
+public interface OGLGraphicsConfig extends
     AccelGraphicsConfig, SurfaceManager.ProxiedGraphicsConfig
 {
     OGLContext getContext();
     long getNativeConfigInfo();
     boolean isCapPresent(int cap);
< prev index next >