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 b6ddc00efe32234098606f8160d56b051cf6cab0..d693d0ebaafcd1d2148cc14034bf946daabe59c8 100644 |
--- a/third_party/WebKit/Source/core/dom/Range.h |
+++ b/third_party/WebKit/Source/core/dom/Range.h |
@@ -143,7 +143,7 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>, |
IntRect BoundingBox() const; |
// Transform-friendly |
- void TextQuads(Vector<FloatQuad>&, bool use_selection_height = false) const; |
+ void TextQuads(Vector<FloatQuad>&) const; |
void GetBorderAndTextQuads(Vector<FloatQuad>&) const; |
FloatRect BoundingRect() const; |