--- old/modules/graphics/src/main/java/com/sun/javafx/embed/EmbeddedSceneInterface.java 2016-03-30 23:38:56.000000000 -0700 +++ new/modules/graphics/src/main/java/com/sun/javafx/embed/EmbeddedSceneInterface.java 2016-03-30 23:38:56.000000000 -0700 @@ -52,7 +52,7 @@ /* * A notification about the scale factor is changed. */ - public void setPixelScaleFactor(float scale); + public void setPixelScaleFactors(float scalex, float scaley); /* * A request to fetch all the FX scene pixels into a offscreen buffer.