DescriptionMove static member functions next{Previous,Next}Offset() and uncheckedPreviousOffsetForBackwardDeletion() out from PositionAlgorithm<Strategy> template class
This patch moves a member function |next{Previous,Next}Offset()| and
|uncheckedPreviousOffsetForBackwardDeletion()| out from
|PositionAlgorithm<Strategy>| template class as non-member functions since
they are independent from |Strategy| template parameter to simplify class
declaration for improving code halth.
BUG=518738
TEST=n/a; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200892
Patch Set 1 : 2015-08-19T14:25:29 #Patch Set 2 : 2015-08-20T14:28:12 Rebase #
Messages
Total messages: 17 (7 generated)
|