| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 65de0437a1e57f1d6d3260b1c2a75ffb5b77a201..e9f8fef6689f2a86fbb6b5d7f3dc46e8ed05a595 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -47,7 +47,6 @@ class CanvasRenderingContext;
|
| class ClientRect;
|
| class ClientRectList;
|
| class DOMArrayBuffer;
|
| -class DOMPoint;
|
| class DictionaryTest;
|
| class Document;
|
| class DocumentMarker;
|
| @@ -179,9 +178,9 @@ public:
|
| unsigned lengthFromRange(Element* scope, const Range*);
|
| String rangeAsText(const Range*);
|
|
|
| - DOMPoint* touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| + ScriptValue touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| Node* touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| - DOMPoint* touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| + ScriptValue touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| Node* touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document*, ExceptionState&);
|
| ClientRect* bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document*, ExceptionState&);
|
|
|
|
|