src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m
branchmetal-prototype-branch
changeset 57417 28582d575a98
parent 57416 e153174dba06
--- a/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m	Fri Jun 21 12:08:37 2019 +0530
+++ b/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m	Fri Jun 21 12:42:10 2019 +0530
@@ -70,13 +70,7 @@
 @synthesize cglLayer;
 @synthesize mouseIsOver;
 
-/*
- * TODO : Eventhough the name of variable is cgllayer,
- * we are setting common CALayer properties, so we might not
- * to add one more variable for CAMetalLayer. Also have
- * to verify REMOTE_LAYER use case, if it is need then we
- * need to add CAMetalLayer specific logic.
- */
+
 // Note: Must be called on main (AppKit) thread only
 - (id) initWithRect: (NSRect) rect
        platformView: (jobject) cPlatformView