diff options
Diffstat (limited to 'chrome/common/gfx/chrome_font_gtk.cc')
-rw-r--r-- | chrome/common/gfx/chrome_font_gtk.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/gfx/chrome_font_gtk.cc b/chrome/common/gfx/chrome_font_gtk.cc index 48f48a6..f925261 100644 --- a/chrome/common/gfx/chrome_font_gtk.cc +++ b/chrome/common/gfx/chrome_font_gtk.cc @@ -8,6 +8,8 @@ #include "base/string_util.h" +ChromeFont* ChromeFont::default_font_ = NULL; + // Get the default gtk system font (name and size). // TODO(estade): is there a way to do this that does not involve making a // temporary widget? |