Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 2869803003: Change from ClientRect to DOMRect.
Patch Set: Change from ClientRect to DOMRect. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | third_party/WebKit/Source/core/testing/LayerRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698