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

Unified Diff: chrome/browser/ui/gtk/bubble/bubble_gtk.h

Issue 8890027: GTK: Remove most calls to widget->window and replace with accessor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bubble/bubble_gtk.cc » ('j') | chrome/browser/ui/gtk/gtk_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/bubble/bubble_gtk.h
diff --git a/chrome/browser/ui/gtk/bubble/bubble_gtk.h b/chrome/browser/ui/gtk/bubble/bubble_gtk.h
index c9ad7d3285789e63d926668652a8b73723f54900..804b6180534e5082d64bd69a20d29329d595cdfa 100644
--- a/chrome/browser/ui/gtk/bubble/bubble_gtk.h
+++ b/chrome/browser/ui/gtk/bubble/bubble_gtk.h
@@ -176,7 +176,7 @@ class BubbleGtk : public content::NotificationObserver {
// Note that it's possible for |toplevel_window_| to be NULL if the
// window is destroyed before this object is destroyed, so it's important
// to check for that case.
- GtkWindow* toplevel_window_;
+ GtkWidget* toplevel_window_;
// The widget that we use to relatively position the popup window.
GtkWidget* anchor_widget_;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bubble/bubble_gtk.cc » ('j') | chrome/browser/ui/gtk/gtk_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698