| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 7df119462ff05725778b6365c2d56b16140bdbde..f9891abd076f8c367d6b1a85a92972c22e54974b 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -45,7 +45,7 @@ namespace blink {
|
| class CanvasRenderingContext2D;
|
| class ClientRect;
|
| class ClientRectList;
|
| -class WebKitPoint;
|
| +class DOMPoint;
|
| class DOMStringList;
|
| class LocalDOMWindow;
|
| class DictionaryTest;
|
| @@ -164,9 +164,9 @@ public:
|
| unsigned lengthFromRange(Element* scope, const Range*);
|
| String rangeAsText(const Range*);
|
|
|
| - PassRefPtrWillBeRawPtr<WebKitPoint> touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| + DOMPoint* touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| Node* touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| - PassRefPtrWillBeRawPtr<WebKitPoint> touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| + DOMPoint* touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| Node* touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| PassRefPtrWillBeRawPtr<ClientRect> bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document*, ExceptionState&);
|
|
|
|
|