| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 8baeeacd5b5b7139c6d87708374156f170a3f208..5ec221290b11f5295ff2f35ebe2f1afc22b01fd9 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -100,6 +100,7 @@ public:
|
| void setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState&);
|
| void setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState&);
|
|
|
| + void setTextTracksEnabled(bool, ExceptionState&);
|
| void setDefaultVideoPosterURL(const String& url, ExceptionState&);
|
| void setEditingBehavior(const String&, ExceptionState&);
|
| void setImagesEnabled(bool, ExceptionState&);
|
|
|