| Index: ui/views/layout/layout_provider.h
|
| diff --git a/ui/views/layout/layout_provider.h b/ui/views/layout/layout_provider.h
|
| index a5d938668e0ee957c5d15d3f11e2769dffb90179..bc4f694a74130c28a91df5dc9353b466226102c9 100644
|
| --- a/ui/views/layout/layout_provider.h
|
| +++ b/ui/views/layout/layout_provider.h
|
| @@ -34,6 +34,8 @@ enum InsetsMetric {
|
| // The margins around the icon/title of a dialog. The bottom margin is implied
|
| // by the content insets.
|
| INSETS_DIALOG_TITLE,
|
| + // Margins used by toasts.
|
| + INSETS_TOAST,
|
| // Padding to add to vector image buttons to increase their click and touch
|
| // target size.
|
| INSETS_VECTOR_IMAGE_BUTTON,
|
|
|