| Index: cc/proto/compositor_message_to_main.proto
|
| diff --git a/cc/proto/point3f.proto b/cc/proto/compositor_message_to_main.proto
|
| similarity index 54%
|
| copy from cc/proto/point3f.proto
|
| copy to cc/proto/compositor_message_to_main.proto
|
| index 89b0235d61ead5b17e55f74b08dabc10856402f6..3694b82157b687030ae11f4ac535debb2b0448bd 100644
|
| --- a/cc/proto/point3f.proto
|
| +++ b/cc/proto/compositor_message_to_main.proto
|
| @@ -8,8 +8,8 @@ option optimize_for = LITE_RUNTIME;
|
|
|
| package cc.proto;
|
|
|
| -message Point3F {
|
| - optional float x = 1;
|
| - optional float y = 2;
|
| - optional float z = 3;
|
| +// Control messages sent to the main side of the compositor on the engine.
|
| +message CompositorMessageToMain {
|
| + // TODO(khushalsagar): Add messages sent to the main compositor from the impl
|
| + // side.
|
| }
|
|
|