Index: Source/core/testing/InternalSettings.h |
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h |
index 85428a9091521e4c708264c17e382ae76f48958b..a867d4d7a12878e53e8cdd1aac8541ec8be89101 100644 |
--- a/Source/core/testing/InternalSettings.h |
+++ b/Source/core/testing/InternalSettings.h |
@@ -108,6 +108,7 @@ public: |
void setMockScrollbarsEnabled(bool, ExceptionState&); |
void setMockGestureTapHighlightsEnabled(bool, ExceptionState&); |
void setTextAutosizingEnabled(bool, ExceptionState&); |
+ void setTextTrackKindUserPreference(const String& preference, ExceptionState&); |
void setAccessibilityFontScaleFactor(float fontScaleFactor, ExceptionState&); |
void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionState&); |
void setViewportEnabled(bool, ExceptionState&); |