Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1313)

Unified Diff: chrome/browser/ui/gtk/gtk_util.h

Issue 9187009: Basic Drawn text for new GTK Autofill popup. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Responding to Comments Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698