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

Unified Diff: chrome/browser/views/autocomplete/autocomplete_popup_gtk.h

Issue 274046: Linux: Stack autocomplete popup window directly on top of the browser's tople... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « chrome/browser/gtk/info_bubble_gtk.cc ('k') | chrome/browser/views/autocomplete/autocomplete_popup_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/autocomplete/autocomplete_popup_gtk.h
===================================================================
--- chrome/browser/views/autocomplete/autocomplete_popup_gtk.h (revision 29084)
+++ chrome/browser/views/autocomplete/autocomplete_popup_gtk.h (working copy)
@@ -28,8 +28,12 @@
// Returns true if the popup has been created.
bool IsCreated() const;
+ // Restack the popup window directly above the browser's toplevel window.
+ void StackWindow();
+
private:
AutocompletePopupContentsView* contents_;
+ AutocompleteEditView* edit_view_;
DISALLOW_COPY_AND_ASSIGN(AutocompletePopupGtk);
};
« no previous file with comments | « chrome/browser/gtk/info_bubble_gtk.cc ('k') | chrome/browser/views/autocomplete/autocomplete_popup_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698