summaryrefslogtreecommitdiff
path: root/Source/WebCore/testing/Internals.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/testing/Internals.idl')
-rw-r--r--Source/WebCore/testing/Internals.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/WebCore/testing/Internals.idl b/Source/WebCore/testing/Internals.idl
index 8043d6752..12cbad516 100644
--- a/Source/WebCore/testing/Internals.idl
+++ b/Source/WebCore/testing/Internals.idl
@@ -174,6 +174,13 @@ enum AutoFillButtonType {
[RaisesException] Range rangeForDictionaryLookupAtLocation(long x, long y);
[RaisesException] void setDelegatesScrolling(boolean enabled);
+#if defined(ENABLE_TOUCH_ADJUSTMENT) && ENABLE_TOUCH_ADJUSTMENT
+ [RaisesException] WebKitPoint touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height);
+ [RaisesException] Node touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height);
+ [RaisesException] WebKitPoint touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height);
+ [RaisesException] Node touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height);
+ [RaisesException] ClientRect bestZoomableAreaForTouchPoint(long x, long y, long width, long height);
+#endif
[RaisesException] long lastSpellCheckRequestSequence();
[RaisesException] long lastSpellCheckProcessedSequence();