| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 61f7c850113b3c42ce6ffca92b65bb57911e922b..220417a231fe568754672c0967f3a921452bab39 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -71,6 +71,8 @@ enum class InsetsMetric {
|
| DIALOG_BUTTON,
|
| // The insets that should be applied around a dialog's frame view.
|
| DIALOG_FRAME_VIEW,
|
| + // The margins that should be applied around a panel GridLayout.
|
| + PANEL,
|
| // Padding to add to vector image buttons to increase their click and touch
|
| // target size.
|
| VECTOR_IMAGE_BUTTON_PADDING,
|
|
|