| Index: Source/WebCore/testing/InternalSettings.h
|
| diff --git a/Source/WebCore/testing/InternalSettings.h b/Source/WebCore/testing/InternalSettings.h
|
| index 8cbe6c1251b639caee2685526e0d68c29dda5974..b1ce36df1a0a921686e0e06ce73e15abfef4d591 100644
|
| --- a/Source/WebCore/testing/InternalSettings.h
|
| +++ b/Source/WebCore/testing/InternalSettings.h
|
| @@ -124,6 +124,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*);
|
|
|