| Index: ui/views/layout/layout_provider.cc
|
| diff --git a/ui/views/layout/layout_provider.cc b/ui/views/layout/layout_provider.cc
|
| index fd7c9c396046c135d5628dbf82d6b57979637cfd..af0e2cfae0a85e038b64a0646c1d5b43a3a4a9e9 100644
|
| --- a/ui/views/layout/layout_provider.cc
|
| +++ b/ui/views/layout/layout_provider.cc
|
| @@ -60,6 +60,8 @@ gfx::Insets LayoutProvider::GetInsetsMetric(int metric) const {
|
| return gfx::Insets(dialog_contents.top(), dialog_contents.left(), 0,
|
| dialog_contents.right());
|
| }
|
| + case InsetsMetric::INSETS_TOAST:
|
| + return gfx::Insets(0, 16);
|
| case InsetsMetric::INSETS_VECTOR_IMAGE_BUTTON:
|
| return gfx::Insets(4);
|
| }
|
|
|