Index: ui/gfx/platform_font_gtk.cc |
diff --git a/ui/gfx/platform_font_gtk.cc b/ui/gfx/platform_font_gtk.cc |
index 05e43fec76095421008ab60e409196df6db04ffb..dad26f753903706226ac531807e1a40871c26635 100644 |
--- a/ui/gfx/platform_font_gtk.cc |
+++ b/ui/gfx/platform_font_gtk.cc |
@@ -114,7 +114,7 @@ string16 FindBestMatchFontFamilyName(const char* family_name) { |
} |
std::string GetDefaultFont() { |
-#if defined(USE_WAYLAND) |
+#if defined(USE_WAYLAND) || defined(USE_AURA) |
return "sans 10"; |
#else |
GtkSettings* settings = gtk_settings_get_default(); |