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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc

Issue 194110: Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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/autocomplete/autocomplete_edit_view_gtk.cc
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc (revision 26251)
+++ chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc (working copy)
@@ -82,7 +82,7 @@
Profile* profile,
CommandUpdater* command_updater,
bool popup_window_mode,
- AutocompletePopupPositioner* popup_positioner)
+ const BubblePositioner* bubble_positioner)
: text_view_(NULL),
tag_table_(NULL),
text_buffer_(NULL),
@@ -93,7 +93,7 @@
popup_view_(AutocompletePopupView::CreatePopupView(gfx::Font(), this,
model_.get(),
profile,
- popup_positioner)),
+ bubble_positioner)),
controller_(controller),
toolbar_model_(toolbar_model),
command_updater_(command_updater),

Powered by Google App Engine
This is Rietveld 408576698