| Index: chrome/browser/ui/gtk/gtk_util.h
|
| diff --git a/chrome/browser/ui/gtk/gtk_util.h b/chrome/browser/ui/gtk/gtk_util.h
|
| index ead1adedd4cedd9755e6a78d1215ace28c47b07c..a62b7825a039b1392b7b463e00ff5d9d9cf7dc73 100644
|
| --- a/chrome/browser/ui/gtk/gtk_util.h
|
| +++ b/chrome/browser/ui/gtk/gtk_util.h
|
| @@ -245,7 +245,7 @@ WindowOpenDisposition DispositionForCurrentButtonPressEvent();
|
| bool GrabAllInput(GtkWidget* widget);
|
|
|
| // Returns a rectangle that represents the widget's bounds. The rectangle it
|
| -// returns is the same as widget->allocation, but anchored at (0, 0).
|
| +// returns is the same as gtk_widget_get_allocation, but anchored at (0, 0).
|
| gfx::Rect WidgetBounds(GtkWidget* widget);
|
|
|
| // Update the timestamp for the given window. This is usually the time of the
|
|
|