< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h

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

*** 22,32 **** * or visit www.oracle.com if you need additional information or have any * questions. */ #import <Cocoa/Cocoa.h> ! #import "CDragSource.h" #import "CDropTarget.h" @interface AWTView : NSView<NSTextInputClient, CDragSourceHolder, CDropTargetHolder> { @private --- 22,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ #import <Cocoa/Cocoa.h> ! #import <Metal/Metal.h> ! #import <MetalKit/MetalKit.h> #import "CDragSource.h" #import "CDropTarget.h" @interface AWTView : NSView<NSTextInputClient, CDragSourceHolder, CDropTargetHolder> { @private
< prev index next >