| Index: ui/views/layout/layout_provider.h
|
| diff --git a/ui/views/layout/layout_provider.h b/ui/views/layout/layout_provider.h
|
| index 41da0c8b96fe2edc0259dacc4d155a424edeacf9..5d67084ae9c4714b07287262b49c1779e529e685 100644
|
| --- a/ui/views/layout/layout_provider.h
|
| +++ b/ui/views/layout/layout_provider.h
|
| @@ -78,6 +78,8 @@ enum DistanceMetric {
|
| // The spacing between a pair of related vertical controls, used for
|
| // dialog layout.
|
| DISTANCE_RELATED_CONTROL_VERTICAL,
|
| + // Vertical spacing between controls that are logically unrelated.
|
| + DISTANCE_UNRELATED_CONTROL_VERTICAL,
|
|
|
| // Embedders must start DistanceMetric enum values from here.
|
| VIEWS_DISTANCE_END
|
|
|