| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index cab8ffb94e990b3a0924d537bfac3cf529cab123..5279f8c3cf4f76c8377e07dc2bdc5cd22d816c31 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -179,7 +179,9 @@ public:
|
|
|
| unsigned wheelEventHandlerCount(Document*, ExceptionCode&);
|
| unsigned touchEventHandlerCount(Document*, ExceptionCode&);
|
| +#if ENABLE(TOUCH_EVENT_TRACKING)
|
| PassRefPtr<ClientRectList> touchEventTargetClientRects(Document*, ExceptionCode&);
|
| +#endif
|
|
|
| PassRefPtr<NodeList> nodesFromRect(Document*, int x, int y, unsigned topPadding, unsigned rightPadding,
|
| unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool allowChildFrameContent, ExceptionCode&) const;
|
|
|