Chromium Code Reviews| 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 3c5a666ffd1b7cd40469fafed6e10f7b7717ecca..00354fc49d0e75b32e2e9f1225f88adc9c7317ff 100644 |
| --- a/chrome/browser/ui/gtk/gtk_util.h |
| +++ b/chrome/browser/ui/gtk/gtk_util.h |
| @@ -206,6 +206,9 @@ void DrawTextEntryBackground(GtkWidget* offscreen_entry, |
| GdkRectangle* dirty_rec, |
| GdkRectangle* rec); |
| +// Set up the text to be displayed by |layout|. |
| +void SetLayoutText(PangoLayout* layout, const string16& text); |
|
Ilya Sherman
2012/01/20 07:26:47
nit: Are you adding this here so that the Omnibox
csharp
2012/01/20 16:20:44
The omnibox code is slightly different and I'm not
|
| + |
| // Draws the background of the toolbar area subject to the expose rectangle |
| // |event| and starting image tiling from |tabstrip_origin|. |
| void DrawThemedToolbarBackground(GtkWidget* widget, |