| Index: chrome/common/gtk_util.h
|
| ===================================================================
|
| --- chrome/common/gtk_util.h (revision 29084)
|
| +++ chrome/common/gtk_util.h (working copy)
|
| @@ -181,6 +181,9 @@
|
| // with gdk_cursor_new(); owner must gdk_cursor_unref() it when done with it.
|
| GdkCursor* GetCursor(GdkCursorType type);
|
|
|
| +// Stacks a |popup| window directly on top of a |toplevel| window.
|
| +void StackPopupWindow(GtkWidget* popup, GtkWidget* toplevel);
|
| +
|
| } // namespace gtk_util
|
|
|
| #endif // CHROME_COMMON_GTK_UTIL_H_
|
|
|