--- old/src/java.desktop/windows/native/libawt/windows/awt_Component.h 2015-11-05 00:38:49.812015700 -0800 +++ new/src/java.desktop/windows/native/libawt/windows/awt_Component.h 2015-11-05 00:38:49.515118300 -0800 @@ -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