| Index: chrome/common/gtk_util.h
|
| ===================================================================
|
| --- chrome/common/gtk_util.h (revision 20299)
|
| +++ chrome/common/gtk_util.h (working copy)
|
| @@ -74,7 +74,8 @@
|
| // Returns the bounds of the specified widget in screen coordinates.
|
| gfx::Rect GetWidgetScreenBounds(GtkWidget* widget);
|
|
|
| -// Converts a point in a widget to screen coordinates.
|
| +// Converts a point in a widget to screen coordinates. The point |p| is
|
| +// relative to the widgets top-left origin.
|
| void ConvertWidgetPointToScreen(GtkWidget* widget, gfx::Point* p);
|
|
|
| // Initialize some GTK settings so that our dialogs are consistent.
|
|
|