| 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 c3007536c1b1acde836b014afdc8987a04d705d7..af10abf2cb2c38e040d63bd0fc9251511f8a4d70 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.h
|
| +++ b/third_party/WebKit/Source/core/dom/Range.h
|
| @@ -140,7 +140,6 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>,
|
| Node* PastLastNode() const;
|
|
|
| // Not transform-friendly
|
| - void TextRects(Vector<IntRect>&, bool use_selection_height = false) const;
|
| IntRect BoundingBox() const;
|
|
|
| // Transform-friendly
|
|
|