Index: third_party/WebKit/Source/platform/LayoutTestSupport.h |
diff --git a/third_party/WebKit/Source/platform/LayoutTestSupport.h b/third_party/WebKit/Source/platform/LayoutTestSupport.h |
index f7e492cfe67eab46740858f1eaf482da7937c70c..dd10285b0a2abd244f66fa28e964a1fbd715df0a 100644 |
--- a/third_party/WebKit/Source/platform/LayoutTestSupport.h |
+++ b/third_party/WebKit/Source/platform/LayoutTestSupport.h |
@@ -46,8 +46,6 @@ class LayoutTestSupport { |
PLATFORM_EXPORT static void setMockThemeEnabledForTest(bool); |
PLATFORM_EXPORT static bool isFontAntialiasingEnabledForTest(); |
PLATFORM_EXPORT static void setFontAntialiasingEnabledForTest(bool); |
- PLATFORM_EXPORT static bool alwaysUseComplexTextForTest(); |
- PLATFORM_EXPORT static void setAlwaysUseComplexTextForTest(bool); |
}; |
} // namespace blink |