Chromium Code Reviews| Index: chrome/browser/ui/views/harmony/layout_delegate.h |
| diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h |
| index 9cfbd5659a2798a016e726b401fa9957e3fece30..90a1355920697d658b0a790de54c02a19ee7f782 100644 |
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h |
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h |
| @@ -106,7 +106,7 @@ class LayoutDelegate { |
| // Returns the preferred width in DIPs for a dialog of the specified |width|. |
| // May return 0 if the dialog has no preferred width. |
| - virtual int GetDialogPreferredWidth(DialogWidth width) const; |
| + virtual int GetSnappedDialogWidth(int width) const; |
|
tapted
2017/03/29 23:16:16
perhaps width->min_width? or preferred_width?
Elly Fong-Jones
2017/04/05 18:17:53
Done.
|
| // Returns the class that maps views::style values (TextContext and TextStyle) |
| // to specific font properties (e.g. typeface, size, color, line spacing). |