--- old/src/java.desktop/share/native/libawt/java2d/loops/IntArgb.h 2016-05-02 14:14:44.265424000 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/IntArgb.h 2016-05-02 14:14:44.089424000 +0530 @@ -208,4 +208,11 @@ COMP_PREFIX ## A = (COMP_PREFIX ## A << 8) + COMP_PREFIX ## A; \ } while (0) +/* + * SrcOver ## TYPE ## BlendFactor + * Returns appropriate blend value for use in blending calculations. + */ +#define SrcOverIntArgbBlendFactor(dF, dA) \ + (dA) + #endif /* IntArgb_h_Included */