Index: Source/core/testing/InternalSettings.h |
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h |
index 46eeec986722a8c54fb8594131d4dc3c52d70f88..d39f6da2b6e989c51595b265df17b8db254f0c80 100644 |
--- a/Source/core/testing/InternalSettings.h |
+++ b/Source/core/testing/InternalSettings.h |
@@ -59,7 +59,6 @@ public: |
bool m_originalTextAutosizingEnabled; |
IntSize m_originalTextAutosizingWindowSizeOverride; |
float m_originalTextAutosizingFontScaleFactor; |
- IntSize m_originalResolutionOverride; |
String m_originalMediaTypeOverride; |
bool m_originalDialogElementEnabled; |
bool m_originalLazyLayoutEnabled; |
@@ -99,7 +98,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&); |