| 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&);
|
|
|
|
|