| Index: chrome/common/gtk_util.h
|
| ===================================================================
|
| --- chrome/common/gtk_util.h (revision 34187)
|
| +++ chrome/common/gtk_util.h (working copy)
|
| @@ -158,7 +158,8 @@
|
|
|
| // 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);
|
|
|