Index: third_party/WebKit/public/web/WebKit.h |
diff --git a/third_party/WebKit/public/web/WebKit.h b/third_party/WebKit/public/web/WebKit.h |
index ddb13d9351f33b75946d3c056abd696d147e9d33..1a94eef04217d87b32ec9dc0e20bcd8927230cb7 100644 |
--- a/third_party/WebKit/public/web/WebKit.h |
+++ b/third_party/WebKit/public/web/WebKit.h |
@@ -66,10 +66,6 @@ BLINK_EXPORT void setMockThemeEnabledForTest(bool); |
BLINK_EXPORT void setFontAntialiasingEnabledForTest(bool); |
BLINK_EXPORT bool fontAntialiasingEnabledForTest(); |
-// Forces the use of the complex text path for layout tests. |
-BLINK_EXPORT void setAlwaysUseComplexTextForTest(bool); |
-BLINK_EXPORT bool alwaysUseComplexTextForTest(); |
- |
// Purge the plugin list cache. If |reloadPages| is true, any pages |
// containing plugins will be reloaded after refreshing the plugin list. |
BLINK_EXPORT void resetPluginCache(bool reloadPages = false); |