jdk/src/java.desktop/share/classes/sun/awt/AWTAccessor.java
changeset 43724 a272f9475e44
parent 42731 631236c16dff
--- a/jdk/src/java.desktop/share/classes/sun/awt/AWTAccessor.java	Thu Feb 02 11:05:06 2017 +0530
+++ b/jdk/src/java.desktop/share/classes/sun/awt/AWTAccessor.java	Fri Feb 03 09:28:34 2017 -0800
@@ -93,12 +93,6 @@
          * its parent.
          */
         Rectangle getBounds(Component comp);
-        /*
-         * Sets the shape of a lw component to cut out from hw components.
-         *
-         * See 6797587, 6776743, 6768307, and 6768332 for details
-         */
-        void setMixingCutoutShape(Component comp, Shape shape);
 
         /**
          * Sets GraphicsConfiguration value for the component.