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

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

Issue 1394003004: Add flag to force complex text for tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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.h
diff --git a/third_party/WebKit/Source/platform/LayoutTestSupport.h b/third_party/WebKit/Source/platform/LayoutTestSupport.h
index f3853a18d032686d0a92ea0d6dce5f069f43c3af..f953d84f7b11b94861e2400401dfa3650affb28f 100644
--- a/third_party/WebKit/Source/platform/LayoutTestSupport.h
+++ b/third_party/WebKit/Source/platform/LayoutTestSupport.h
@@ -41,6 +41,8 @@ public:
PLATFORM_EXPORT static void setIsRunningLayoutTest(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
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutText.cpp ('k') | third_party/WebKit/Source/platform/LayoutTestSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698