| 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 74552ec8dfe17ed52e3f78e91202d59a3697391a..cad7d2650a3fcbfc22e0975364efe8768513f43a 100644
|
| --- a/chrome/browser/ui/gtk/gtk_util.h
|
| +++ b/chrome/browser/ui/gtk/gtk_util.h
|
| @@ -238,6 +238,10 @@ gfx::Point ClientPoint(GtkWidget* widget);
|
| // shapes.
|
| GdkPoint MakeBidiGdkPoint(gint x, gint y, gint width, bool ltr);
|
|
|
| +// Creates a tooltip string to be passed to gtk_widget_set_tooltip_markup from
|
| +// the title and URL.
|
| +std::string BuildTooltipTitleFor(string16 title, GURL url);
|
| +
|
| // Draws a GTK text entry with the style parameters of GtkEntry
|
| // |offscreen_entry| onto |widget_to_draw_on| in the rectangle |rec|. Drawing
|
| // is only done in the clip rectangle |dirty_rec|.
|
|
|