summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-29 20:40:48 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-29 20:40:48 +0000
commitf7f181f5b4b4cfa8d4882cccb3e349458084dbf6 (patch)
treefcb7074b4d754ae1f83fc6d2da42954662cb611f /chrome/common/gfx
parent94f957511b1a940454516a43acb730350fc6cad8 (diff)
downloadchromium_src-f7f181f5b4b4cfa8d4882cccb3e349458084dbf6.zip
chromium_src-f7f181f5b4b4cfa8d4882cccb3e349458084dbf6.tar.gz
chromium_src-f7f181f5b4b4cfa8d4882cccb3e349458084dbf6.tar.bz2
Fix our link madness on linux. We now properly link
webkit into unit_tests. There was also a problem with simple_clipboard_impl.cc which should only be compiled into test_shell. I can't remove mock_webkit_glue.cc until I verify that the mac build doesn't need it anymore. Review URL: http://codereview.chromium.org/19474 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gfx')
-rw-r--r--chrome/common/gfx/chrome_font_gtk.cc2
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?