diff options
Diffstat (limited to 'chrome/common/gtk_util.h')
-rw-r--r-- | chrome/common/gtk_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/gtk_util.h b/chrome/common/gtk_util.h index 7c10ce3..087ed72 100644 --- a/chrome/common/gtk_util.h +++ b/chrome/common/gtk_util.h @@ -158,7 +158,8 @@ GtkWidget* IndentWidget(GtkWidget* content); // Initialize the font settings in |prefs| (used when creating new renderers) // based on GtkSettings (which itself comes from XSETTINGS). -void InitRendererPrefsFromGtkSettings(RendererPreferences* prefs); +void InitRendererPrefsFromGtkSettings(RendererPreferences* prefs, + bool use_gtk_theme); // Get the current location of the mouse cursor relative to the screen. gfx::Point ScreenPoint(GtkWidget* widget); |