| 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 c675d2829507c47f51340249b0641e9e9b005e08..6462cadf440232ec1bcfc96edce6e3e3743d205a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -101,8 +101,7 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
| const LayoutPoint& accumulated_offset) const final;
|
| void AbsoluteRectsForRange(Vector<IntRect>&,
|
| unsigned start_offset = 0,
|
| - unsigned end_offset = INT_MAX,
|
| - bool use_selection_height = false) const;
|
| + unsigned end_offset = INT_MAX) const;
|
|
|
| void AbsoluteQuads(Vector<FloatQuad>&,
|
| MapCoordinatesFlags mode = 0) const final;
|
|
|