| Index: cc/proto/layer_tree.proto
|
| diff --git a/cc/proto/layer_tree.proto b/cc/proto/layer_tree.proto
|
| index 26b529168ad01be167ccb8030bfed1b8ae004d2c..9fcc8a85ce644e0b53e9c303cdf146a182768e55 100644
|
| --- a/cc/proto/layer_tree.proto
|
| +++ b/cc/proto/layer_tree.proto
|
| @@ -10,6 +10,7 @@ import "layer.proto";
|
| import "layer_selection_bound.proto";
|
| import "property_tree.proto";
|
| import "size.proto";
|
| +import "vector2df.proto";
|
|
|
| option optimize_for = LITE_RUNTIME;
|
|
|
| @@ -41,4 +42,5 @@ message LayerTree {
|
| optional LayerNode root_layer = 27;
|
| optional LayerSelection selection = 29;
|
| optional PropertyTrees property_trees = 30;
|
| + optional Vector2dF elastic_overscroll = 31;
|
| }
|
|
|