--- old/modules/graphics/src/main/java/com/sun/glass/ui/lens/LensPixels.java 2016-03-30 23:38:44.000000000 -0700 +++ new/modules/graphics/src/main/java/com/sun/glass/ui/lens/LensPixels.java 2016-03-30 23:38:43.000000000 -0700 @@ -40,8 +40,8 @@ super(width, height, data); } - protected LensPixels(int width, int height, IntBuffer data, float scale) { - super(width, height, data, scale); + protected LensPixels(int width, int height, IntBuffer data, float scalex, float scaley) { + super(width, height, data, scalex, scaley); } static int getNativeFormat_impl() {