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 295565840782f37a5314ca24455dd1d6858f541e..70ef125c1d7f0a2b8b0279b010b4233de1b237a5 100644 |
--- a/third_party/WebKit/Source/core/dom/Range.h |
+++ b/third_party/WebKit/Source/core/dom/Range.h |
@@ -30,6 +30,7 @@ |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/CoreExport.h" |
#include "core/dom/RangeBoundaryPoint.h" |
+#include "core/editing/EphemeralRange.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/heap/Handle.h" |
@@ -140,7 +141,6 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>, |
Node* pastLastNode() const; |
// Not transform-friendly |
- void textRects(Vector<IntRect>&, bool useSelectionHeight = false) const; |
IntRect boundingBox() const; |
// Transform-friendly |