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..a940a2e3754d8cc46e1df9ece4774a758cd3d8ba 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, 8); |
case InsetsMetric::INSETS_VECTOR_IMAGE_BUTTON: |
return gfx::Insets(4); |
} |