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

Unified Diff: third_party/WebKit/Source/core/dom/Range.h

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/dom/Range.h
diff --git a/third_party/WebKit/Source/core/dom/Range.h b/third_party/WebKit/Source/core/dom/Range.h
index 8ba10fbe07f779fccd9649ae98b3ba8bf066b416..d7f798fb94f21359fbe191fc4f592afcc90c400c 100644
--- a/third_party/WebKit/Source/core/dom/Range.h
+++ b/third_party/WebKit/Source/core/dom/Range.h
@@ -37,7 +37,7 @@
namespace blink {
-class ClientRect;
+class DOMRect;
class ClientRectList;
class ContainerNode;
class Document;
@@ -161,7 +161,7 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>,
void expand(const String&, ExceptionState&);
ClientRectList* getClientRects() const;
- ClientRect* getBoundingClientRect() const;
+ DOMRect* getBoundingClientRect() const;
static Node* CheckNodeWOffset(Node*, unsigned offset, ExceptionState&);
« no previous file with comments | « third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl ('k') | third_party/WebKit/Source/core/dom/Range.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698