| Index: ui/base/win/dpi.h
|
| diff --git a/ui/base/win/dpi.h b/ui/base/win/dpi.h
|
| index e37392ba85309cd51d1942ca4f89552054c9d686..90edc7ca397e261a3e42235110bde611a5dc7cea 100644
|
| --- a/ui/base/win/dpi.h
|
| +++ b/ui/base/win/dpi.h
|
| @@ -30,6 +30,8 @@ UI_EXPORT float GetDeviceScaleFactor();
|
|
|
| UI_EXPORT gfx::Point ScreenToDIPPoint(const gfx::Point& pixel_point);
|
|
|
| +UI_EXPORT gfx::Point DIPToScreenPoint(const gfx::Point& dip_point);
|
| +
|
| UI_EXPORT gfx::Rect ScreenToDIPRect(const gfx::Rect& pixel_bounds);
|
|
|
| UI_EXPORT gfx::Rect DIPToScreenRect(const gfx::Rect& dip_bounds);
|
|
|