Chromium Code Reviews| Index: cc/proto/vector2df.proto |
| diff --git a/cc/proto/pointf.proto b/cc/proto/vector2df.proto |
| similarity index 93% |
| copy from cc/proto/pointf.proto |
| copy to cc/proto/vector2df.proto |
| index e0aac584f274dd1c27cc293e1b91879beecb0267..d9dcb3e13d0ee90d819a2b15c1796cde70e72b80 100644 |
| --- a/cc/proto/pointf.proto |
| +++ b/cc/proto/vector2df.proto |
| @@ -8,7 +8,7 @@ option optimize_for = LITE_RUNTIME; |
| package cc.proto; |
| -message PointF { |
| +message Vector2dF { |
| optional float x = 1; |
| optional float y = 2; |
| -} |
| +} |