| Index: third_party/WebKit/Source/core/testing/InternalSettings.h
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| index d6a62c172e3b0ad733cd833167729cdd1ca54303..68ecebc6e08ef57e0cd556c7900155a0f107652f 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| @@ -98,6 +98,7 @@ public:
|
| void setMediaTypeOverride(const String& mediaType, ExceptionState&);
|
| void setDisplayModeOverride(const String& displayMode, ExceptionState&);
|
| void setMockScrollbarsEnabled(bool, ExceptionState&);
|
| + void setHideScrollbars(bool, ExceptionState&);
|
| void setMockGestureTapHighlightsEnabled(bool, ExceptionState&);
|
| void setTextAutosizingEnabled(bool, ExceptionState&);
|
| void setTextTrackKindUserPreference(const String& preference, ExceptionState&);
|
|
|