Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: third_party/WebKit/Source/platform/LayoutTestSupport.cpp

Issue 2445323007: Remove AlwaysUseComplexText runtime flag (status=stable) (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/LayoutTestSupport.cpp
diff --git a/third_party/WebKit/Source/platform/LayoutTestSupport.cpp b/third_party/WebKit/Source/platform/LayoutTestSupport.cpp
index e6f3187055f0bb59868f8b794d715d0c46998b7a..ac6c7de61c7e377c2f3b5cc4ece3fea959ed1261 100644
--- a/third_party/WebKit/Source/platform/LayoutTestSupport.cpp
+++ b/third_party/WebKit/Source/platform/LayoutTestSupport.cpp
@@ -37,7 +37,6 @@ namespace blink {
static bool s_isRunningLayoutTest = false;
static bool s_isMockThemeEnabled = false;
static bool s_isFontAntialiasingEnabled = false;
-static bool s_alwaysUseComplexTextForTest = false;
bool LayoutTestSupport::isRunningLayoutTest() {
return s_isRunningLayoutTest;
@@ -64,12 +63,4 @@ void LayoutTestSupport::setFontAntialiasingEnabledForTest(bool value) {
s_isFontAntialiasingEnabled = value;
}
-bool LayoutTestSupport::alwaysUseComplexTextForTest() {
- return s_alwaysUseComplexTextForTest;
-}
-
-void LayoutTestSupport::setAlwaysUseComplexTextForTest(bool value) {
- s_alwaysUseComplexTextForTest = value;
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/LayoutTestSupport.h ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698