| Index: Source/WebCore/testing/InternalSettings.h
|
| diff --git a/Source/WebCore/testing/InternalSettings.h b/Source/WebCore/testing/InternalSettings.h
|
| index 167234ec19df7b288a4a906b268105c55982eb4c..5acc92f118554dab84ebbd9f2bb6c685a3f8183f 100644
|
| --- a/Source/WebCore/testing/InternalSettings.h
|
| +++ b/Source/WebCore/testing/InternalSettings.h
|
| @@ -126,6 +126,7 @@ public:
|
| void setDefaultVideoPosterURL(const String& url, ExceptionCode&);
|
| void setTimeWithoutMouseMovementBeforeHidingControls(double time, ExceptionCode&);
|
| void setUseLegacyBackgroundSizeShorthandBehavior(bool enabled, ExceptionCode&);
|
| + void setPrimaryPointerDevices(const String&, ExceptionCode&);
|
|
|
| private:
|
| explicit InternalSettings(Page*);
|
|
|