| Index: third_party/WebKit/Source/core/layout/LayoutBR.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBR.cpp b/third_party/WebKit/Source/core/layout/LayoutBR.cpp
|
| index 3d3fcc6fb5cb3cdf3680bd99c22149a305105644..25ba1c9c3983370171a942119647bf5cffe35a1d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBR.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBR.cpp
|
| @@ -45,9 +45,6 @@ LayoutBR::~LayoutBR()
|
|
|
| LayoutRect LayoutBR::selectionRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer) const
|
| {
|
| - if (!RuntimeEnabledFeatures::selectionPaintingWithoutSelectionGapsEnabled())
|
| - return LayoutRect();
|
| -
|
| // Although line breaks contain no actual text, if we're selected we need
|
| // to return a rect that includes space to illustrate a newline.
|
| return LayoutText::selectionRectForPaintInvalidation(paintInvalidationContainer);
|
|
|