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

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: new workstation 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..2d3681b0e7b2c46168b4df89e8d44eee347bdd24 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();
// 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).
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_delegate.h ('k') | chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698