| Index: ui/compositor/dip_util.h
|
| diff --git a/ui/compositor/dip_util.h b/ui/compositor/dip_util.h
|
| index d793dc7d99966437fb51a2686aec8d62bd06256c..e8d0367ee5436ece07183c36be9269d5c02fece5 100644
|
| --- a/ui/compositor/dip_util.h
|
| +++ b/ui/compositor/dip_util.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "ui/compositor/compositor_export.h"
|
| #include "base/basictypes.h"
|
| +#include "ui/gfx/point_f.h"
|
|
|
| namespace gfx {
|
| class Point;
|
| @@ -24,6 +25,9 @@ COMPOSITOR_EXPORT float GetDeviceScaleFactor(const Layer* layer);
|
| COMPOSITOR_EXPORT gfx::Point ConvertPointToDIP(
|
| const Layer* layer,
|
| const gfx::Point& point_in_pixel);
|
| +COMPOSITOR_EXPORT gfx::PointF ConvertPointToDIP(
|
| + const Layer* layer,
|
| + const gfx::PointF& point_in_pixel);
|
| COMPOSITOR_EXPORT gfx::Size ConvertSizeToDIP(
|
| const Layer* layer,
|
| const gfx::Size& size_in_pixel);
|
|
|