| 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
|
|
|