Index: third_party/WebKit/Source/core/layout/LayoutText.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h |
index e2cdafe086eb0f42617d7db0899f0c37d404750b..c675d2829507c47f51340249b0641e9e9b005e08 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutText.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutText.h |
@@ -108,8 +108,7 @@ class CORE_EXPORT LayoutText : public LayoutObject { |
MapCoordinatesFlags mode = 0) const final; |
void AbsoluteQuadsForRange(Vector<FloatQuad>&, |
unsigned start_offset = 0, |
- unsigned end_offset = INT_MAX, |
- bool use_selection_height = false) const; |
+ unsigned end_offset = INT_MAX) const; |
FloatRect LocalBoundingBoxRectForAccessibility() const final; |
enum ClippingOption { kNoClipping, kClipToEllipsis }; |