Chromium Code Reviews| Index: chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h |
| diff --git a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h |
| index 24664c51fa18092c6d4b7d2d1c46956a1d103ecc..4739796f0f43635f2dae4637a67f3d3ef0ffea2c 100644 |
| --- a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h |
| +++ b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h |
| @@ -58,7 +58,7 @@ class AutofillPopupViewGtk : public AutofillPopupView { |
| GdkEventMotion*); |
| // Set up the pango layout to display the autofill results. |
| - void SetupLayout(const gfx::Rect& window_rect); |
| + void SetupLayout(); |
|
Ilya Sherman
2012/12/20 04:34:52
nit: SetUpLayout()
Evan Stade
2012/12/20 20:01:25
Done.
|
| // Set up the pango layout to print the given text and have it's width match |
| // the text's (this gives us better control when placing the text box). |