summaryrefslogtreecommitdiff
path: root/Source/WebCore/testing/InternalSettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/testing/InternalSettings.h')
-rw-r--r--Source/WebCore/testing/InternalSettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/testing/InternalSettings.h b/Source/WebCore/testing/InternalSettings.h
index be9328ee7..64800926c 100644
--- a/Source/WebCore/testing/InternalSettings.h
+++ b/Source/WebCore/testing/InternalSettings.h
@@ -64,6 +64,7 @@ public:
float pageScaleFactor(ExceptionCode&);
void setPageScaleFactor(float scaleFactor, int x, int y, ExceptionCode&);
void setPerTileDrawingEnabled(bool enabled, ExceptionCode&);
+ void setTouchEventEmulationEnabled(bool enabled, ExceptionCode&);
private:
InternalSettings(Frame*, InternalSettings* old);