modules/graphics/src/main/java/com/sun/glass/ui/ios/IosPixels.java

Print this page

        

@@ -40,12 +40,12 @@
 
     protected IosPixels(int width, int height, IntBuffer data) {
         super(width, height, data);
     }
 
-    protected IosPixels(int width, int height, IntBuffer data, float scale) {
-        super(width, height, data, scale);
+    protected IosPixels(int width, int height, IntBuffer data, float scalex, float scaley) {
+        super(width, height, data, scalex, scaley);
     }
 
     @Override
     protected void _fillDirectByteBuffer(ByteBuffer bb) { }