Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1188)

Unified Diff: chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h

Issue 11636040: AutofillPopupController clarifications + simplifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: relative patchset Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698