src/windows/classes/sun/awt/windows/WEmbeddedFramePeer.java

Print this page

        

@@ -63,12 +63,10 @@
         setBounds(x, y, width, height, SET_BOUNDS | NO_EMBEDDED_CHECK);
     }
 
     public native Rectangle getBoundsPrivate();
 
-    public native void synthesizeWmActivate(boolean doActivate);
-
     @Override
     public boolean isAccelCapable() {
         // REMIND: Temp workaround for issues with using HW acceleration
         // in the browser on Vista when DWM is enabled
         // Note: isDWMCompositionEnabled is only relevant on Vista, returns