summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.h
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-26 21:05:28 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-26 21:05:28 +0000
commit5e4127cea18127621a0ccb5ee4dd84f1bd505222 (patch)
treeb685f234462be552af1c15499491d405954f0028 /webkit/glue/webkit_glue.h
parentdbc61e9ff96b8d9b7418ceff4384d54e40ea0247 (diff)
downloadchromium_src-5e4127cea18127621a0ccb5ee4dd84f1bd505222.zip
chromium_src-5e4127cea18127621a0ccb5ee4dd84f1bd505222.tar.gz
chromium_src-5e4127cea18127621a0ccb5ee4dd84f1bd505222.tar.bz2
Remove a layout-test-only font-fallback path.
The net impact is that "times new roman" is fallen back to instead of "Times" for a couple of layout tests. Overall this affects 9 tests. 6 have been rebased, and 3 marked as expected fail (since am uncertain of their correctness). This also removes some dead code relating to IMLangFontLink. Review URL: http://codereview.chromium.org/12457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r--webkit/glue/webkit_glue.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
index 1c70917..8b311cb 100644
--- a/webkit/glue/webkit_glue.h
+++ b/webkit/glue/webkit_glue.h
@@ -72,13 +72,6 @@ void InitializeForTesting();
// Turn on the logging for notImplemented() calls from WebCore.
void EnableWebCoreNotImplementedLogging();
-#if defined(OS_WIN)
-// Returns the com object pointer for the FontLink interface. This is the
-// default way to do this operation. It can be called directly from
-// GetLangFontLink.
-IMLangFontLink2* GetLangFontLinkHelper();
-#endif
-
// Returns screen information corresponding to the given window. This is the
// default implementation.
ScreenInfo GetScreenInfoHelper(gfx::ViewHandle window);