| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 834a5055e1ecd1f272d457c54f95870096783e9a..0d8b8247d90d325bb1daa2b6676009b1ad72b6d5 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -103,9 +103,9 @@ enum EffectiveConnectionType {
|
| [RaisesException] void setFormControlStateOfHistoryItem(sequence<DOMString> values);
|
| readonly attribute Window pagePopupWindow;
|
|
|
| - [RaisesException] ClientRect absoluteCaretBounds();
|
| + [RaisesException] DOMRect absoluteCaretBounds();
|
|
|
| - ClientRect boundingBox(Element element);
|
| + DOMRect boundingBox(Element element);
|
|
|
| [RaisesException] void setMarker(Document document, Range range, DOMString markerType);
|
| [RaisesException] unsigned long markerCountForNode(Node node, DOMString markerType);
|
| @@ -140,7 +140,7 @@ enum EffectiveConnectionType {
|
| [RaisesException] Node touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document document);
|
| [RaisesException] DOMPoint touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document document);
|
| [RaisesException] Node touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document document);
|
| - [RaisesException] ClientRect bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document document);
|
| + [RaisesException] DOMRect bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document document);
|
|
|
| [RaisesException] long lastSpellCheckRequestSequence(Document document);
|
| [RaisesException] long lastSpellCheckProcessedSequence(Document document);
|
| @@ -291,7 +291,7 @@ enum EffectiveConnectionType {
|
| readonly attribute unsigned long visibleSelectionAnchorOffset;
|
| readonly attribute Node? visibleSelectionFocusNode;
|
| readonly attribute unsigned long visibleSelectionFocusOffset;
|
| - [RaisesException] ClientRect selectionBounds();
|
| + [RaisesException] DOMRect selectionBounds();
|
| readonly attribute DOMString textAffinity;
|
|
|
| boolean loseSharedGraphicsContext3D();
|
| @@ -381,7 +381,7 @@ enum EffectiveConnectionType {
|
|
|
| DOMString getProgrammaticScrollAnimationState(Node node);
|
|
|
| - ClientRect visualRect(Node node);
|
| + DOMRect visualRect(Node node);
|
|
|
| OriginTrialsTest originTrialsTest();
|
|
|
|
|