--- old/src/java.desktop/windows/native/libawt/windows/awt_Component.h 2015-10-21 04:33:56.837916300 -0700 +++ new/src/java.desktop/windows/native/libawt/windows/awt_Component.h 2015-10-21 04:33:56.551640900 -0700 @@ -746,6 +746,11 @@ virtual void FillBackground(HDC hMemoryDC, SIZE &size); virtual void FillAlpha(void *bitmapBits, SIZE &size, BYTE alpha); + int ScaleUpX(int x); + int ScaleUpY(int y); + int ScaleDownX(int x); + int ScaleDownY(int y); + private: /* A bitmask keeps the button's numbers as MK_LBUTTON, MK_MBUTTON, MK_RBUTTON * which are allowed to