diff options
Diffstat (limited to 'chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc')
-rw-r--r-- | chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc b/chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc deleted file mode 100644 index d0299a8..0000000 --- a/chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.h" - -#include "chrome/browser/ui/gtk/gtk_util.h" - -//////////////////////////////////////////////////////////////////////////////// -// AutocompletePopupGtk, public: - -AutocompletePopupGtk::AutocompletePopupGtk() { -} - -AutocompletePopupGtk::~AutocompletePopupGtk() { -} - -gfx::NativeView AutocompletePopupGtk::GetRelativeWindowForPopup( - gfx::NativeView edit_native_view) const { - GtkWidget* toplevel = gtk_widget_get_toplevel(edit_native_view); - DCHECK(GTK_WIDGET_TOPLEVEL(toplevel)); - return toplevel; -} |