Get rid of unused function LayoutBoxModelObject::SetSelectionState()
After we remove LayoutBoxModelObject::SetSelectionState() implementation, LayoutObject::SetSelectionState() is no longer needed to be virtual since there are no other calls. Thus, we can remove |virtual| from LayoutObject::SetSelectionState(). Bug: 739062 Change-Id: I49b1426f9fc89586d1e818b10385c18c5223399e Reviewed-on: https://chromium-review.googlesource.com/802603 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Reviewed-by:yosin (OOO Dec 11 to Jan 8) <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#522048}
Showing
Please register or sign in to comment