| Index: cc/proto/element_id.proto
|
| diff --git a/cc/proto/rectf.proto b/cc/proto/element_id.proto
|
| similarity index 60%
|
| copy from cc/proto/rectf.proto
|
| copy to cc/proto/element_id.proto
|
| index 5bd56f1cb9f2d09c42146476d6b81165fa5da160..a7bcb52bd0887fea95273b8b187460732f62e234 100644
|
| --- a/cc/proto/rectf.proto
|
| +++ b/cc/proto/element_id.proto
|
| @@ -4,14 +4,14 @@
|
|
|
| syntax = "proto2";
|
|
|
| -import "pointf.proto";
|
| -import "sizef.proto";
|
| -
|
| option optimize_for = LITE_RUNTIME;
|
|
|
| package cc.proto;
|
|
|
| -message RectF {
|
| - optional cc.proto.PointF origin = 1;
|
| - optional cc.proto.SizeF size = 2;
|
| +// The message declared in this file corresponds to the class declared in
|
| +// cc/animation/element_id.h
|
| +
|
| +// NEXT ID: 2
|
| +message ElementId {
|
| + required int64 id = 1;
|
| }
|
|
|