| Index: cc/proto/gfx_conversions.h
|
| diff --git a/cc/proto/gfx_conversions.h b/cc/proto/gfx_conversions.h
|
| index e982e58edd5284b486cac395ebef819455553b2b..5b5c31551869f806406a28c20e2c7ca09c6d1a2d 100644
|
| --- a/cc/proto/gfx_conversions.h
|
| +++ b/cc/proto/gfx_conversions.h
|
| @@ -29,6 +29,8 @@ class SizeF;
|
| class Transform;
|
| }
|
|
|
| +// TODO(dtrainor): Move these to a class and make them static
|
| +// (crbug.com/548432).
|
| CC_EXPORT void PointToProto(const gfx::Point& point, proto::Point* proto);
|
| CC_EXPORT gfx::Point ProtoToPoint(const proto::Point& proto);
|
|
|
|
|