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 ce0f09d630bfb4455890eb1464df6e6eed107812..98dc8056f1ebc1452a702d7852254457c409961e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
@@ -54,7 +54,7 @@ public: |
void updateMarginsAndContent(); |
IntRect getRelativeMarkerRect() const; |
- LayoutRect localSelectionRect() const; |
+ LayoutRect localSelectionRect() const final; |
bool isImage() const override; |
const StyleImage* image() const { return m_image.get(); } |
const LayoutListItem* listItem() const { return m_listItem; } |
@@ -88,7 +88,6 @@ private: |
bool isText() const { return !isImage(); } |
void setSelectionState(SelectionState) override; |
- LayoutRect selectionRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer) const override; |
bool canBeSelectionLeaf() const override { return true; } |
LayoutUnit getWidthOfTextWithSuffix() const; |