| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 5ab30aa42997cf7bb298dcdf71caab5b07eb9c29..3e88dff65d562c0027e9cd72b4a5ed9defac1eca 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,
|
| };
|
|
|
| enum class DistanceMetric {
|
|
|