| Index: third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.h b/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| index bb57de9e32de46ee48c78e94b47c2ec5abd73d21..2c4085f9da3791b3cdfe6cdfc6218f3b591a5037 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| @@ -94,6 +94,7 @@ private:
|
| LayoutRect selectionRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer) const override;
|
| bool canBeSelectionLeaf() const override { return true; }
|
|
|
| + LayoutUnit getWidthOfTextWithSuffix() const;
|
| void updateMargins();
|
| void updateContent();
|
|
|
|
|