| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 9d8ce8fcb7b5b74767533d516b9e529bd20c2ea4..460c6eb6f4b299fa6a8bd9b1e3366d2dae829f51 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -60,7 +60,6 @@ public:
|
| bool m_originalTextAutosizingEnabled;
|
| IntSize m_originalTextAutosizingWindowSizeOverride;
|
| float m_originalTextAutosizingFontScaleFactor;
|
| - IntSize m_originalResolutionOverride;
|
| String m_originalMediaTypeOverride;
|
| #if ENABLE(DIALOG_ELEMENT)
|
| bool m_originalDialogElementEnabled;
|
| @@ -103,7 +102,6 @@ public:
|
| void setTextAutosizingEnabled(bool enabled, ExceptionCode&);
|
| void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionCode&);
|
| void setTextAutosizingFontScaleFactor(float fontScaleFactor, ExceptionCode&);
|
| - void setResolutionOverride(int dotsPerCSSInchHorizontally, int dotsPerCSSInchVertically, ExceptionCode&);
|
| void setMediaTypeOverride(const String& mediaType, ExceptionCode&);
|
| void setCSSExclusionsEnabled(bool enabled, ExceptionCode&);
|
| void setCSSVariablesEnabled(bool enabled, ExceptionCode&);
|
|
|