| 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);
|
| +
|
| // Draws the background of the toolbar area subject to the expose rectangle
|
| // |event| and starting image tiling from |tabstrip_origin|.
|
| void DrawThemedToolbarBackground(GtkWidget* widget,
|
|
|