| Index: ui/gfx/point_conversions.h
|
| diff --git a/ui/gfx/point_conversions.h b/ui/gfx/point_conversions.h
|
| index 9467a9231dcd453eadd1a11c230d2a980f8abe78..942edd711cce7e8a1b0f00947e7736d5566b723c 100644
|
| --- a/ui/gfx/point_conversions.h
|
| +++ b/ui/gfx/point_conversions.h
|
| @@ -11,13 +11,13 @@
|
| namespace gfx {
|
|
|
| // Returns a Point with each component from the input PointF floored.
|
| -UI_EXPORT Point ToFlooredPoint(const PointF& point);
|
| +GFX_EXPORT Point ToFlooredPoint(const PointF& point);
|
|
|
| // Returns a Point with each component from the input PointF ceiled.
|
| -UI_EXPORT Point ToCeiledPoint(const PointF& point);
|
| +GFX_EXPORT Point ToCeiledPoint(const PointF& point);
|
|
|
| // Returns a Point with each component from the input PointF rounded.
|
| -UI_EXPORT Point ToRoundedPoint(const PointF& point);
|
| +GFX_EXPORT Point ToRoundedPoint(const PointF& point);
|
|
|
| } // namespace gfx
|
|
|
|
|